Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: admin_anna -- ------------------------------------------------------ -- Server version 10.6.22-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 `anna_commentmeta` -- DROP TABLE IF EXISTS `anna_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_commentmeta` -- LOCK TABLES `anna_commentmeta` WRITE; /*!40000 ALTER TABLE `anna_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `anna_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_comments` -- DROP TABLE IF EXISTS `anna_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_comments` -- LOCK TABLES `anna_comments` WRITE; /*!40000 ALTER TABLE `anna_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `anna_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_e_events` -- DROP TABLE IF EXISTS `anna_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_e_events` -- LOCK TABLES `anna_e_events` WRITE; /*!40000 ALTER TABLE `anna_e_events` DISABLE KEYS */; /*!40000 ALTER TABLE `anna_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_links` -- DROP TABLE IF EXISTS `anna_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_links` -- LOCK TABLES `anna_links` WRITE; /*!40000 ALTER TABLE `anna_links` DISABLE KEYS */; /*!40000 ALTER TABLE `anna_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_options` -- DROP TABLE IF EXISTS `anna_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=6125 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_options` -- LOCK TABLES `anna_options` WRITE; /*!40000 ALTER TABLE `anna_options` DISABLE KEYS */; INSERT INTO `anna_options` VALUES (1,'siteurl','https://annahills.designsfunnelserver.com','yes'),(2,'home','https://annahills.designsfunnelserver.com','yes'),(3,'blogname','Ana Hills','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','designsfunnel@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','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:190:{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:39:\"jkit-header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-header/([^/]+)/embed/?$\";s:44:\"index.php?jkit-header=$matches[1]&embed=true\";s:32:\"jkit-header/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-header=$matches[1]&tb=1\";s:40:\"jkit-header/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&paged=$matches[2]\";s:47:\"jkit-header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-header/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-header=$matches[1]&page=$matches[2]\";s:28:\"jkit-header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"jkit-footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-footer/([^/]+)/embed/?$\";s:44:\"index.php?jkit-footer=$matches[1]&embed=true\";s:32:\"jkit-footer/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-footer=$matches[1]&tb=1\";s:40:\"jkit-footer/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&paged=$matches[2]\";s:47:\"jkit-footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-footer/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-footer=$matches[1]&page=$matches[2]\";s:28:\"jkit-footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"jkit-template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"jkit-template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"jkit-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"jkit-template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"jkit-template/([^/]+)/embed/?$\";s:46:\"index.php?jkit-template=$matches[1]&embed=true\";s:34:\"jkit-template/([^/]+)/trackback/?$\";s:40:\"index.php?jkit-template=$matches[1]&tb=1\";s:42:\"jkit-template/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&paged=$matches[2]\";s:49:\"jkit-template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&cpage=$matches[2]\";s:38:\"jkit-template/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?jkit-template=$matches[1]&page=$matches[2]\";s:30:\"jkit-template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"jkit-template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"jkit-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"metform-form/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"metform-form/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"metform-form/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"metform-form/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"metform-form/(.+?)/embed/?$\";s:45:\"index.php?metform-form=$matches[1]&embed=true\";s:31:\"metform-form/(.+?)/trackback/?$\";s:39:\"index.php?metform-form=$matches[1]&tb=1\";s:39:\"metform-form/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&paged=$matches[2]\";s:46:\"metform-form/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&cpage=$matches[2]\";s:35:\"metform-form/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?metform-form=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=12&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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:23:\"elementor/elementor.php\";i:1;s:35:\"envato-elements/envato-elements.php\";i:2;s:45:\"generate-child-theme/generate-child-theme.php\";i:3;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:4;s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";i:5;s:19:\"metform/metform.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','ana-hills','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','12','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','352','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1731947833','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','57155','yes'),(101,'anna_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(102,'fresh_site','0','off'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Recent Posts

\";}i:4;a:1:{s:7:\"content\";s:227:\"

Recent Comments

\";}i:5;a:1:{s:7:\"content\";s:146:\"

Archives

\";}i:6;a:1:{s:7:\"content\";s:150:\"

Categories

\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:9:{i:1750232235;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:1750264633;a:3:{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: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:1750264697;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1750264698;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:1750264916;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1750265738;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:1750351033;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1750395328;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;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'recovery_keys','a:0:{}','off'),(122,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1716396739;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.3\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(151,'finished_updating_comment_type','1','yes'),(154,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder – More than Just a Page Builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:6:\"3.21.7\";s:6:\"author\";s:115:\"Elementor.com\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/5da4d5137e6bbfaac62bc33164a10887?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:92;s:7:\"ratings\";a:5:{i:5;i:5895;i:4;i:202;i:3;i:96;i:2;i:94;i:1;i:524;}s:11:\"num_ratings\";i:6811;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:259;s:24:\"support_threads_resolved\";i:163;s:15:\"active_installs\";i:5000000;s:12:\"last_updated\";s:22:\"2024-05-22 10:53am GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:17488:\"

\n

THE #1 WEB CREATION PLATFORM, POWERING OVER 16M WEBSITES WORLDWIDE.

\n

Elementor, the leading WordPress website builder,empowers you to build professional, pixel-perfect websites. With an intuitive, no-code drag and drop interface, you can build any website.

\n

Revolutionize the way you build websites with Elementor AI, a native AI integration. Create complete sections, original text, code, and images instantly, or reference another website to recreate its layout in your website.

\n

Unlock all features with Elementor Pro.

\n

PIXEL-PERFECT WEBSITES

\n

Gain full control over your website’s design and layout with Elementor’s Page Builder. Drag elements to the canvas, and position them to achieve your desired page structure, and functionality.

\n

Leverage Flexbox and CSS Grid Containers to create professional, lightweight, and responsive layouts. Use Elementor’s Nested Elements to elevate your design and unlock more freedom by nesting elements within other elements, such as placing widgets within the content area of Tabs or Accordions.

\n

ADVANCED CAPABILITIES

\n

With Elementor’s robust features and over 40 free widgets, you can create unique websites. Use advanced design capabilities, such as uploading SVG files, applying masks, box shadows, gradient backgrounds, headline effects, shape dividers, built-in CSS controls, and more.

\n

FULL WEBSITE KITS AND TEMPLATE LIBRARY

\n

Save time, or find inspiration with designer-made website kits and templates. Apply a Full Website Kit to get a website in a snap, including the Homepage, Service Page, and more. Use the library to import Single Pages, Blocks, or Popup templates. Or create and export your own templates and import them to another website to create reusable blueprints.

\n

FULLY RESPONSIVE

\n

Adjust the content and presentation of your website per device. With Custom Breakpoints, adjust your website’s design for an ideal experience on every device. Display content based on device type, set alignment, spacing, layout, order, etc.

\n

40+ FREE WIDGETS

\n

Elementor includes 40+ free widgets for professional and engaging websites:

\n\n

ACCELERATE YOUR WEB CREATION PROCESS

\n

To accelerate your workflow Elementor includes workflow and collaboration enhancing features, including:

\n\n

FAST LOADING WEBSITES

\n

Website performance impacts your visitor’s experience and search result ranking. Therefore, Elementor continuously invests in improving performance and partnered with Google Chrome to identify more ways to optimize, without impacting design. Features include: reduced DOM output, improved media file loading, reduced CSS and JS files, lazy loading, faster font loading, optimized front-end asset loading, and more. Check our performance page.

\n

Looking to boost sites performance? Meet the Image Optimizer plugin by Elementor: an easy-to-use WordPress plugin that effortlessly reduces image sizes without sacrificing quality. Compatible with popular formats like JPEG, PNG, WebP, and GIF, it ensures a visually stunning, high-speed website – download now!

\n

ACCESSIBILITY BEST-PRACTICES

\n

Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.

\n

A STRONG COMMUNITY

\n

Join a global community that helps each other achieve their goals. Get answers, solve problems with other members, share knowledge, and more. Join community discussions, meetups, enjoy hundreds of YouTube videos, articles, and tutorials made by members worldwide.

\n\n

Developer API

\n

Elementor is open-source, Therefore developers have full access to documentation about the Editor’s code components including hooks, integrations and controllers. This includes a developer’s website, Developers Docs, Developers Blog, GitHub, Add-on Developers Newsletter, and more.

\n

TRANSLATED TO 63+ LANGUAGES, INCLUDES RTL SUPPORT

\n

Elementor supports multiple languages and typographies and is RTL compatible, with Editor translations to over 63 languages OOTB. Elementor is also compatible with WPML, Polylang, TranslatePress, Weglot, and more.
\nIf you would like to contribute, add a new language via translate.wordpress.org. See our guide on how to translate and localize the plugin.

\n

ELEVATE YOUR WEBSITE WITH ELEMENTOR PRO

\n

Create unparalleled websites while saving time, money and resources with Elementor Pro’s full website builder. Get access to 100+ professional widgets, features, and tools.

\n

Elementor Pro’s features include:

\n\n

Build professional websites with Elementor Pro!

\n

SECURITY AND COMPLIANCE

\n

Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.

\n

To build secure and reliable software, we follow a Secure System Development Lifecycle based on industry best practices. Our development process integrates multiple services that monitor vulnerabilities and configuration mistakes, including those in third-party libraries. Each line of code we release undergoes manual and automated quality assurance to detect and address any potential issues.

\n

We encourage ethical security research through our Bug Bounty program. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.

\n

For more information: Trust Center.

\n

RESOURCES AND SUPPORT

\n\n

USE OF 3RD PARTY SERVICES

\n

To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:

\n\n

Liked Elementor?

\n\n\";s:12:\"installation\";s:1602:\"

Minimum Requirements

\n\n

Recommended Requirements

\n\n

\n

Installation

\n
    \n
  1. Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
  2. \n
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. \n
  5. Go to Pages > Add New
  6. \n
  7. Press the ‘Edit with Elementor’ button.
  8. \n
  9. Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.
  10. \n
\n

For documentation and tutorials visit our Knowledge Base.

\n\";s:3:\"faq\";s:4860:\"\n
\nHow do I install Elementor?\n\n

\n

To install the free version of Elementor, follow the steps below:
\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.
\nPress install -> After installation, click Activate.

\n

\n
\nDoes Elementor work with all the themes?\n\n

\n

Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s Hello Theme, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.

\n

\n
\nIs Elementor compatible with Gutenberg?\n\n

\n

Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.

\n

\n
\nCan I create an online store?\n\n

\n

Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.

\n

\n
\nDoes it work with other WordPress plugins?\n\n

\n

It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.

\n

\n
\nDo I need to know how to code?\n\n

\n

No! Elementor provides you with all the widgets and features that you need to build a proffesional website without using code.

\n

\n
\nDo i need to know how to design?\n\n

\n

No, you can choose between professionaly designed kits and templates that fit toevery industry and have all you need to create your own profesional website.

\n

\n
\nWill elementor slow down my website?\n\n

\n

As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.

\n

\n
\nIs my site secure with Elementor?\n\n

\n

The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.

\n

There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.

\n

\n
\nCan I buy templates separately?\n\n

\n

Of course, you can use any template that supports Elementor.

\n

\n
\nIs Elementor compatible with Post and Custom Post Types?\n\n

\n

Of course! You can set which post types will enable Elementor in the settings page.

\n

\n
\nWhat is the difference between Elementor’s free Plugin and Elementor Pro\n\n

\n

Elementor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.

\n

\n
\nHow can I become a Contributor\n\n

\n

If you want to contribute, go to our Elementor GitHub Repository and see where you can help.
\nYou can also add a new language via translate.wordpress.org. We’ve built a short guide explaining how to translate and localize the plugin.

\n

\n\n\";s:9:\"changelog\";s:5031:\"

3.21.7 – 2024-05-22

\n\n

3.21.6 – 2024-05-20

\n\n

3.21.5 – 2024-05-08

\n\n

3.21.4 – 2024-04-30

\n\n

3.21.3 – 2024-04-25

\n\n

3.21.2 – 2024-04-24

\n\n

3.21.1 – 2024-04-18

\n\n

3.21.0 – 2024-04-15

\n\n

See changelog for all versions.

\n\";s:11:\"screenshots\";s:3148:\"
  1. \"<strong>Visual

    Visual Drag and Drop Editor - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.

  2. \"<strong>Full

    Full Design System - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.

  3. \"<strong>Responsive

    Responsive Design Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.

  4. \"<strong>Kits

    Kits and Templates - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.

  5. \"<strong>Nested

    Nested Elements Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.

  6. \"<strong>Motion

    Motion Effects - Add entrance animations and transitions to any element in your website to captivate visitors.

\";s:7:\"reviews\";s:17555:\"
\n
\n
\n
\n

Highly optimized to google search engine

\n
\n
\n
\n

\n By \'\'yonatran on May 20, 2024

\n
\n
\n
\n

I am using Elementor and now website is #1 in Google search

\n
\n
\n
\n
\n
\n
\n

error 502 i can't modify and i can't contact you

\n
\n
\n
\n

\n By \'\'lcourbet on May 19, 2024

\n
\n
\n
\n

0 client service, Error 502 ... We can\'t modifiy the pages ... Very sad. You don\'t have elementor pro, you can\'t contact them ?!

\n
\n
\n
\n
\n
\n
\n

ERROR 500 so much error lines in log

\n
\n
\n
\n

\n By \'\'digitable on May 18, 2024

\n
\n
\n
\n

I can´t update my pages with Elementor, show Error 500, and in the hosting I can see so much error lines in Elementor.... the first time I see this in a constructor

\n
\n
\n
\n
\n
\n
\n

Stop pushing ads and AI in pro

\n
\n
\n
\n

\n By \'\'squadcar on May 16, 2024

\n
\n
\n
\n

Loooong time pro user, but as others have mentioned, they\'ve started including further paid functionality (AI/Image compression/etc) on top of the pro level subscription, and advertising for said functionality relentlessly, again, in a pro subscription. If it was just myself using this, I\'d be annoyed. But I have clients using this, with the understanding that they\'re receiving a pro subscription, so have to waste my own time answering questions why they\'re being advertised to. It would be one thing if this was a little bump in the road that they were addressing, but they have been silent on all the discussion groups complaining about this.

\n
\n
\n
\n
\n
\n
\n

Too many creative functions left to Addons

\n
\n
\n
\n

\n By \'\'eliocremi on May 16, 2024

\n
\n
\n
\n

I think Elementor is a great tool for building websites on Wordpress. I would like it even more if it did not leave it to the various Addons to simply get more versatile solutions. An example? Is it very difficult to be able to sort the events of a loop-grid through an ACF meta field? The solution is to download an Addons or search the Internet for articles by some nerd telling you to add a function.

\n
\n
\n
\n
\n
\n
\n

Has been great, quality is dropping off.

\n
\n
\n
\n

\n By \'\'jasonliv on May 13, 2024

\n
\n
\n
\n

I\'ve been using Elementor almost since they first put it out there; it was fantastic, and have been able to create some great sites with it. Unfortunately in the last year or so there has been a move away from professionalism towards selling other services. Given we are paying for using the software, it displays a number of ads/notices that cause confusion for my clients, and there\'s no easy way to turn them off. There have also been a few security issues with the code of Elementor itself, rather than the 3rd party add-ons, understandable given that the code is updated unnecessarily frequently.

\n\n\n\n

I\'ll keep using the software for now as I\'ve a lot of hours invested in it, but boy, they make it difficult to remain loyal.

\n
\n
\n
\n
\n
\n
\n

Çok başarılı

\n
\n
\n
\n

\n By \'\'akamaci on May 13, 2024

\n
\n
\n
\n

En başarılı editor. Pro versiyonu tadından yenmez

\n
\n
\n
\n
\n
\n
\n

Elementor is confusing a CMS with a Marketing Channel

\n
\n
\n
\n

\n By \'\'Cloudflare Power Tools (schifo) on May 13, 2024

\n
\n
\n
\n

Dear elementor team,
I am a PREMIUM PAYING user and yearly pay to use your premium elementor blocks builder.
Dot.
But you are missing the point here: we are NOT your guinea pig.

In the last months, you became so insisting on this AI with messages and ads, that I am even deciding if switching to another code builder!
Despite that, pops, banner, etc keeps on turning back pushing you to try that AI... without an option on settings to stop those AI-ads/suggestions/popups/banner etc

Do you realize that when someone says \"NO\" to your AI, in fact, it may be that he doesn\'t give a c*** about it and just want to build and manage his website through a plugin that he is paying yearly?

Having millions of users around the world that pays you to use your (nice) plugin, doesn\'t mean that you can use that user base to advertise more services or products or functionalities.

Wordpress is first of all CMS where users build and manage their websites, you are misunderstanding here... it\'s not a marketing channel!!!

\n
\n
\n
\n
\n
\n
\n

Awful customer service

\n
\n
\n
\n

\n By \'\'nevezeo on May 10, 2024

\n
\n
\n
\n

Elementor brags about having earned an award with their customer service: I really don\'t compute how this can be.

\n\n\n\n

Impossible to chat with an agent (despite what they pretend), the problem resolution takes ages through emails, especially since the solutions proposed don\'t work and are even most of the time very basic stuff.

\n\n\n\n

When creating a ticket, it is suggested to do some trials, which are requested again at the first contact with an agent level 1. My issue has been escalated to level 2 after the level 1 recognized he couldn\'t do anything about it, and now level 2 agent is asking me basic stuff again.

\n\n\n\n

In the meantime, I am loosing a huge amount of time in my business development, with not the apropriate support for a plugin I paid for.

\n
\n
\n
\n
\n
\n
\n

The best of the best

\n
\n
\n
\n

\n By \'\'krisztifally on May 9, 2024

\n
\n
\n
\n

The best editor there is on the repository

\n
\n
\n\";}s:17:\"short_description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"Visual Drag and Drop Editor - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"Full Design System - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"Responsive Design Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"Kits and Templates - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:190:\"Nested Elements Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"Motion Effects - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:734:{s:5:\"0.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.0.zip\";s:5:\"0.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.1.zip\";s:5:\"0.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.2.zip\";s:5:\"0.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.3.zip\";s:5:\"0.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.4.zip\";s:5:\"0.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.5.zip\";s:5:\"0.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.6.zip\";s:5:\"0.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.7.zip\";s:6:\"0.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.0.zip\";s:6:\"0.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.1.zip\";s:6:\"0.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.2.zip\";s:6:\"0.10.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.3.zip\";s:6:\"0.10.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.4.zip\";s:6:\"0.10.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.5.zip\";s:6:\"0.10.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.6.zip\";s:6:\"0.10.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.7.zip\";s:6:\"0.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.0.zip\";s:6:\"0.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.1.zip\";s:6:\"0.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.2.zip\";s:5:\"0.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.0.zip\";s:5:\"0.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.1.zip\";s:5:\"0.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.2.zip\";s:5:\"0.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.3.zip\";s:5:\"0.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.4.zip\";s:5:\"0.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.5.zip\";s:5:\"0.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.0.zip\";s:5:\"0.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.1.zip\";s:5:\"0.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.2.zip\";s:5:\"0.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.4.0.zip\";s:5:\"0.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.4.1.zip\";s:5:\"0.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.0.zip\";s:5:\"0.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.1.zip\";s:5:\"0.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.2.zip\";s:5:\"0.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.0.zip\";s:5:\"0.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.1.zip\";s:5:\"0.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.2.zip\";s:5:\"0.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.3.zip\";s:5:\"0.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.4.zip\";s:5:\"0.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.5.zip\";s:5:\"0.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.6.zip\";s:5:\"0.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.0.zip\";s:5:\"0.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.1.zip\";s:5:\"0.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.2.zip\";s:5:\"0.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.3.zip\";s:5:\"0.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.4.zip\";s:5:\"0.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.8.0.zip\";s:5:\"0.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.8.1.zip\";s:5:\"0.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.0.zip\";s:5:\"0.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.1.zip\";s:5:\"0.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.2.zip\";s:5:\"0.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.3.zip\";s:5:\"1.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.0.zip\";s:5:\"1.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.1.zip\";s:6:\"1.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.10.zip\";s:6:\"1.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.11.zip\";s:6:\"1.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.12.zip\";s:5:\"1.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.2.zip\";s:5:\"1.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.3.zip\";s:5:\"1.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.4.zip\";s:5:\"1.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.5.zip\";s:5:\"1.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.6.zip\";s:5:\"1.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.7.zip\";s:5:\"1.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.8.zip\";s:5:\"1.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.9.zip\";s:5:\"1.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.0.zip\";s:5:\"1.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.1.zip\";s:5:\"1.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.2.zip\";s:5:\"1.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.3.zip\";s:5:\"1.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.4.zip\";s:5:\"1.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.5.zip\";s:5:\"1.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.6.zip\";s:5:\"1.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.7.zip\";s:5:\"1.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.0.zip\";s:5:\"1.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.1.zip\";s:5:\"1.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.2.zip\";s:5:\"1.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.3.zip\";s:5:\"1.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.4.zip\";s:5:\"1.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.0.zip\";s:5:\"1.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.1.zip\";s:5:\"1.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.2.zip\";s:5:\"1.3.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.3.zip\";s:5:\"1.3.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.4.zip\";s:5:\"1.3.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.5.zip\";s:5:\"1.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.0.zip\";s:9:\"1.4.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC1.zip\";s:9:\"1.4.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC2.zip\";s:9:\"1.4.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC3.zip\";s:5:\"1.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.1.zip\";s:6:\"1.4.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.4.10.zip\";s:5:\"1.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.2.zip\";s:5:\"1.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.3.zip\";s:5:\"1.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.4.zip\";s:5:\"1.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.5.zip\";s:5:\"1.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.6.zip\";s:5:\"1.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.7.zip\";s:5:\"1.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.8.zip\";s:5:\"1.4.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.9.zip\";s:5:\"1.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.0.zip\";s:9:\"1.5.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC1.zip\";s:9:\"1.5.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC2.zip\";s:9:\"1.5.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC3.zip\";s:5:\"1.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.1.zip\";s:5:\"1.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.2.zip\";s:5:\"1.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.3.zip\";s:5:\"1.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.4.zip\";s:5:\"1.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.5.zip\";s:5:\"1.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.0.zip\";s:9:\"1.6.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC1.zip\";s:9:\"1.6.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC2.zip\";s:9:\"1.6.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC3.zip\";s:9:\"1.6.0-RC4\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC4.zip\";s:5:\"1.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.1.zip\";s:5:\"1.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.2.zip\";s:5:\"1.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.3.zip\";s:5:\"1.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.4.zip\";s:5:\"1.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.5.zip\";s:5:\"1.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.0.zip\";s:9:\"1.7.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC1.zip\";s:9:\"1.7.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC2.zip\";s:9:\"1.7.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC3.zip\";s:5:\"1.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.1.zip\";s:6:\"1.7.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.10.zip\";s:6:\"1.7.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.11.zip\";s:6:\"1.7.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.12.zip\";s:5:\"1.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.2.zip\";s:5:\"1.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.3.zip\";s:5:\"1.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.4.zip\";s:5:\"1.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.5.zip\";s:5:\"1.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.6.zip\";s:5:\"1.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.7.zip\";s:5:\"1.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.8.zip\";s:5:\"1.7.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.9.zip\";s:5:\"1.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.0.zip\";s:9:\"1.8.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC1.zip\";s:9:\"1.8.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC2.zip\";s:9:\"1.8.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC3.zip\";s:5:\"1.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.1.zip\";s:6:\"1.8.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.10.zip\";s:6:\"1.8.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.11.zip\";s:6:\"1.8.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.12.zip\";s:5:\"1.8.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.2.zip\";s:5:\"1.8.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.3.zip\";s:5:\"1.8.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.4.zip\";s:5:\"1.8.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.5.zip\";s:5:\"1.8.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.6.zip\";s:5:\"1.8.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.7.zip\";s:5:\"1.8.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.8.zip\";s:5:\"1.8.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.9.zip\";s:5:\"1.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.0.zip\";s:9:\"1.9.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC1.zip\";s:9:\"1.9.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC2.zip\";s:9:\"1.9.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC3.zip\";s:5:\"1.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.1.zip\";s:5:\"1.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.2.zip\";s:5:\"1.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.3.zip\";s:5:\"1.9.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.4.zip\";s:5:\"1.9.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.5.zip\";s:5:\"1.9.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.6.zip\";s:5:\"1.9.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.7.zip\";s:5:\"1.9.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.8.zip\";s:5:\"2.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.0.zip\";s:11:\"2.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta1.zip\";s:11:\"2.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta2.zip\";s:11:\"2.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta3.zip\";s:11:\"2.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta4.zip\";s:5:\"2.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.1.zip\";s:6:\"2.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.10.zip\";s:6:\"2.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.11.zip\";s:6:\"2.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.12.zip\";s:6:\"2.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.13.zip\";s:6:\"2.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.14.zip\";s:6:\"2.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.15.zip\";s:6:\"2.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.16.zip\";s:5:\"2.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.2.zip\";s:5:\"2.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.3.zip\";s:5:\"2.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.4.zip\";s:5:\"2.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.5.zip\";s:5:\"2.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.6.zip\";s:5:\"2.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.7.zip\";s:5:\"2.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.8.zip\";s:5:\"2.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.9.zip\";s:5:\"2.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.0.zip\";s:11:\"2.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta1.zip\";s:11:\"2.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta2.zip\";s:11:\"2.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta3.zip\";s:5:\"2.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.1.zip\";s:5:\"2.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.2.zip\";s:5:\"2.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.3.zip\";s:5:\"2.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.4.zip\";s:5:\"2.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.5.zip\";s:5:\"2.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.6.zip\";s:5:\"2.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.7.zip\";s:5:\"2.1.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.8.zip\";s:5:\"2.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.0.zip\";s:11:\"2.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta1.zip\";s:11:\"2.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta2.zip\";s:11:\"2.2.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta3.zip\";s:5:\"2.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.1.zip\";s:5:\"2.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.2.zip\";s:5:\"2.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.3.zip\";s:5:\"2.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.4.zip\";s:5:\"2.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.5.zip\";s:5:\"2.2.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.6.zip\";s:5:\"2.2.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.7.zip\";s:5:\"2.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.0.zip\";s:11:\"2.3.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta1.zip\";s:11:\"2.3.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta2.zip\";s:11:\"2.3.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta3.zip\";s:11:\"2.3.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta4.zip\";s:11:\"2.3.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta5.zip\";s:5:\"2.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.1.zip\";s:5:\"2.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.2.zip\";s:5:\"2.3.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.3.zip\";s:5:\"2.3.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.4.zip\";s:5:\"2.3.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.5.zip\";s:5:\"2.3.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.6.zip\";s:5:\"2.3.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.7.zip\";s:5:\"2.3.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.8.zip\";s:5:\"2.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.0.zip\";s:11:\"2.4.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta1.zip\";s:11:\"2.4.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta2.zip\";s:11:\"2.4.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta3.zip\";s:11:\"2.4.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta4.zip\";s:5:\"2.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.1.zip\";s:5:\"2.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.2.zip\";s:5:\"2.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.3.zip\";s:5:\"2.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.4.zip\";s:5:\"2.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.5.zip\";s:5:\"2.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.6.zip\";s:5:\"2.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.7.zip\";s:5:\"2.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.0.zip\";s:11:\"2.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta1.zip\";s:11:\"2.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta2.zip\";s:11:\"2.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta3.zip\";s:11:\"2.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta4.zip\";s:5:\"2.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.1.zip\";s:6:\"2.5.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.10.zip\";s:6:\"2.5.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.11.zip\";s:6:\"2.5.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.12.zip\";s:6:\"2.5.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.13.zip\";s:6:\"2.5.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.14.zip\";s:6:\"2.5.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.15.zip\";s:6:\"2.5.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.16.zip\";s:5:\"2.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.2.zip\";s:5:\"2.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.3.zip\";s:5:\"2.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.4.zip\";s:5:\"2.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.5.zip\";s:5:\"2.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.6.zip\";s:5:\"2.5.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.7.zip\";s:5:\"2.5.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.8.zip\";s:5:\"2.5.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.9.zip\";s:5:\"2.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.0.zip\";s:11:\"2.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta1.zip\";s:11:\"2.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta2.zip\";s:11:\"2.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta3.zip\";s:5:\"2.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.1.zip\";s:5:\"2.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.2.zip\";s:5:\"2.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.3.zip\";s:5:\"2.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.4.zip\";s:5:\"2.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.5.zip\";s:5:\"2.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.6.zip\";s:5:\"2.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.7.zip\";s:5:\"2.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.8.zip\";s:5:\"2.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.0.zip\";s:11:\"2.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta1.zip\";s:11:\"2.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta2.zip\";s:11:\"2.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta3.zip\";s:11:\"2.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta4.zip\";s:5:\"2.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.1.zip\";s:5:\"2.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.2.zip\";s:5:\"2.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.3.zip\";s:5:\"2.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.4.zip\";s:5:\"2.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.5.zip\";s:5:\"2.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.6.zip\";s:5:\"2.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.0.zip\";s:11:\"2.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta1.zip\";s:11:\"2.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta2.zip\";s:11:\"2.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta3.zip\";s:11:\"2.8.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta4.zip\";s:5:\"2.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.1.zip\";s:5:\"2.8.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.2.zip\";s:5:\"2.8.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.3.zip\";s:5:\"2.8.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.4.zip\";s:5:\"2.8.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.5.zip\";s:5:\"2.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.0.zip\";s:11:\"2.9.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta1.zip\";s:11:\"2.9.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta2.zip\";s:11:\"2.9.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta3.zip\";s:11:\"2.9.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta4.zip\";s:11:\"2.9.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta5.zip\";s:5:\"2.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.1.zip\";s:6:\"2.9.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.10.zip\";s:6:\"2.9.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.11.zip\";s:6:\"2.9.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.12.zip\";s:6:\"2.9.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.13.zip\";s:6:\"2.9.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.14.zip\";s:5:\"2.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.2.zip\";s:5:\"2.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.3.zip\";s:5:\"2.9.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.4.zip\";s:5:\"2.9.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.5.zip\";s:5:\"2.9.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.6.zip\";s:5:\"2.9.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.7.zip\";s:5:\"2.9.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.8.zip\";s:5:\"2.9.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.9.zip\";s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:11:\"3.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta1.zip\";s:11:\"3.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta2.zip\";s:11:\"3.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta3.zip\";s:11:\"3.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta4.zip\";s:11:\"3.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta5.zip\";s:11:\"3.0.0-beta6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta6.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:10:\"3.1.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev4.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:12:\"3.10.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta1.zip\";s:12:\"3.10.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta2.zip\";s:12:\"3.10.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta3.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:12:\"3.12.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta1.zip\";s:12:\"3.12.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta2.zip\";s:12:\"3.12.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta3.zip\";s:11:\"3.12.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev1.zip\";s:11:\"3.12.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev2.zip\";s:11:\"3.12.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev3.zip\";s:11:\"3.12.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev4.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:12:\"3.13.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta4.zip\";s:11:\"3.13.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev1.zip\";s:11:\"3.13.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev2.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:11:\"3.14.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev1.zip\";s:11:\"3.14.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev2.zip\";s:11:\"3.14.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev3.zip\";s:11:\"3.14.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev4.zip\";s:11:\"3.14.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:12:\"3.15.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta1.zip\";s:12:\"3.15.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta2.zip\";s:12:\"3.15.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta3.zip\";s:12:\"3.15.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta4.zip\";s:12:\"3.15.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta5.zip\";s:12:\"3.15.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta6.zip\";s:11:\"3.15.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev1.zip\";s:11:\"3.15.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev2.zip\";s:11:\"3.15.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev3.zip\";s:11:\"3.15.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev4.zip\";s:11:\"3.15.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev5.zip\";s:11:\"3.15.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev6.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta1.zip\";s:12:\"3.16.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta2.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:11:\"3.16.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev3.zip\";s:11:\"3.16.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev4.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:12:\"3.17.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-beta1.zip\";s:12:\"3.17.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-beta2.zip\";s:12:\"3.17.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-beta3.zip\";s:12:\"3.17.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-beta4.zip\";s:11:\"3.17.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev1.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:11:\"3.18.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev2.zip\";s:11:\"3.18.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev3.zip\";s:11:\"3.18.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev4.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:11:\"3.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta1.zip\";s:11:\"3.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta2.zip\";s:11:\"3.2.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta3.zip\";s:11:\"3.2.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta4.zip\";s:10:\"3.2.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev1.zip\";s:10:\"3.2.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev2.zip\";s:10:\"3.2.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev3.zip\";s:10:\"3.2.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev4.zip\";s:10:\"3.2.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev5.zip\";s:10:\"3.2.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev6.zip\";s:10:\"3.2.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev7.zip\";s:10:\"3.2.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev8.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:11:\"3.3.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta1.zip\";s:11:\"3.3.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta2.zip\";s:11:\"3.3.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta3.zip\";s:11:\"3.3.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta4.zip\";s:11:\"3.3.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta5.zip\";s:10:\"3.3.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev1.zip\";s:11:\"3.3.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev10.zip\";s:11:\"3.3.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev11.zip\";s:11:\"3.3.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev12.zip\";s:11:\"3.3.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev13.zip\";s:11:\"3.3.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev14.zip\";s:11:\"3.3.0-dev15\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev15.zip\";s:10:\"3.3.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev2.zip\";s:10:\"3.3.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev3.zip\";s:10:\"3.3.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev4.zip\";s:10:\"3.3.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev5.zip\";s:10:\"3.3.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev6.zip\";s:10:\"3.3.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev7.zip\";s:10:\"3.3.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev8.zip\";s:10:\"3.3.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev9.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:11:\"3.4.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta1.zip\";s:11:\"3.4.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta2.zip\";s:11:\"3.4.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta3.zip\";s:11:\"3.4.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta4.zip\";s:11:\"3.4.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta5.zip\";s:10:\"3.4.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev1.zip\";s:11:\"3.4.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev10.zip\";s:11:\"3.4.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev11.zip\";s:11:\"3.4.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev12.zip\";s:11:\"3.4.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev13.zip\";s:10:\"3.4.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev2.zip\";s:10:\"3.4.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev3.zip\";s:10:\"3.4.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev4.zip\";s:10:\"3.4.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev5.zip\";s:10:\"3.4.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev6.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev1.zip\";s:11:\"3.5.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev10.zip\";s:11:\"3.5.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev11.zip\";s:11:\"3.5.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev12.zip\";s:11:\"3.5.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev13.zip\";s:11:\"3.5.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev14.zip\";s:11:\"3.5.0-dev15\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev15.zip\";s:11:\"3.5.0-dev16\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev16.zip\";s:11:\"3.5.0-dev17\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev17.zip\";s:11:\"3.5.0-dev18\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev18.zip\";s:11:\"3.5.0-dev19\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev19.zip\";s:10:\"3.5.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev2.zip\";s:11:\"3.5.0-dev20\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev20.zip\";s:11:\"3.5.0-dev21\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev21.zip\";s:11:\"3.5.0-dev22\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev22.zip\";s:11:\"3.5.0-dev23\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev23.zip\";s:11:\"3.5.0-dev24\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev24.zip\";s:11:\"3.5.0-dev25\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev25.zip\";s:11:\"3.5.0-dev26\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev26.zip\";s:11:\"3.5.0-dev27\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev27.zip\";s:11:\"3.5.0-dev28\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev28.zip\";s:11:\"3.5.0-dev29\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev29.zip\";s:10:\"3.5.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev3.zip\";s:11:\"3.5.0-dev30\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev30.zip\";s:11:\"3.5.0-dev31\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev31.zip\";s:11:\"3.5.0-dev32\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev32.zip\";s:11:\"3.5.0-dev33\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev33.zip\";s:11:\"3.5.0-dev34\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev34.zip\";s:11:\"3.5.0-dev35\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev35.zip\";s:11:\"3.5.0-dev36\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev36.zip\";s:11:\"3.5.0-dev37\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev37.zip\";s:11:\"3.5.0-dev38\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev38.zip\";s:11:\"3.5.0-dev39\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev39.zip\";s:10:\"3.5.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev4.zip\";s:11:\"3.5.0-dev40\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev40.zip\";s:11:\"3.5.0-dev41\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev41.zip\";s:11:\"3.5.0-dev42\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev42.zip\";s:11:\"3.5.0-dev43\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev43.zip\";s:11:\"3.5.0-dev44\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev44.zip\";s:11:\"3.5.0-dev45\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev45.zip\";s:11:\"3.5.0-dev46\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev46.zip\";s:11:\"3.5.0-dev47\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev47.zip\";s:11:\"3.5.0-dev48\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev48.zip\";s:11:\"3.5.0-dev49\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev49.zip\";s:10:\"3.5.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev5.zip\";s:11:\"3.5.0-dev50\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev50.zip\";s:11:\"3.5.0-dev51\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev51.zip\";s:10:\"3.5.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev6.zip\";s:10:\"3.5.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev7.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:11:\"3.6.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev11.zip\";s:11:\"3.6.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev13.zip\";s:11:\"3.6.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev14.zip\";s:11:\"3.6.0-dev16\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev16.zip\";s:11:\"3.6.0-dev17\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev17.zip\";s:11:\"3.6.0-dev18\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev18.zip\";s:11:\"3.6.0-dev19\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev19.zip\";s:10:\"3.6.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev2.zip\";s:11:\"3.6.0-dev20\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev20.zip\";s:11:\"3.6.0-dev21\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev21.zip\";s:11:\"3.6.0-dev22\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev22.zip\";s:11:\"3.6.0-dev24\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev24.zip\";s:11:\"3.6.0-dev25\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev25.zip\";s:11:\"3.6.0-dev26\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev26.zip\";s:11:\"3.6.0-dev27\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev27.zip\";s:11:\"3.6.0-dev28\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev28.zip\";s:11:\"3.6.0-dev29\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev29.zip\";s:10:\"3.6.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev3.zip\";s:11:\"3.6.0-dev30\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev30.zip\";s:11:\"3.6.0-dev31\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev31.zip\";s:11:\"3.6.0-dev32\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev32.zip\";s:11:\"3.6.0-dev33\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev33.zip\";s:11:\"3.6.0-dev34\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev34.zip\";s:11:\"3.6.0-dev35\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev35.zip\";s:11:\"3.6.0-dev36\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev36.zip\";s:11:\"3.6.0-dev37\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev37.zip\";s:11:\"3.6.0-dev38\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev38.zip\";s:11:\"3.6.0-dev39\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev39.zip\";s:10:\"3.6.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev4.zip\";s:11:\"3.6.0-dev40\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev40.zip\";s:11:\"3.6.0-dev41\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev41.zip\";s:11:\"3.6.0-dev42\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev42.zip\";s:11:\"3.6.0-dev43\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev43.zip\";s:11:\"3.6.0-dev44\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev44.zip\";s:11:\"3.6.0-dev45\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev45.zip\";s:10:\"3.6.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev5.zip\";s:10:\"3.6.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev6.zip\";s:10:\"3.6.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev7.zip\";s:10:\"3.6.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev8.zip\";s:10:\"3.6.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev9.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:11:\"3.7.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev10.zip\";s:10:\"3.7.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev2.zip\";s:10:\"3.7.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev3.zip\";s:10:\"3.7.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev4.zip\";s:10:\"3.7.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev5.zip\";s:10:\"3.7.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev6.zip\";s:10:\"3.7.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev7.zip\";s:10:\"3.7.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev8.zip\";s:10:\"3.7.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev9.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:11:\"3.8.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta4.zip\";s:11:\"3.8.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta5.zip\";s:11:\"3.8.0-beta6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta6.zip\";s:10:\"3.8.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev1.zip\";s:10:\"3.8.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev2.zip\";s:10:\"3.8.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev3.zip\";s:10:\"3.8.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev4.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:11:\"3.9.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta1.zip\";s:11:\"3.9.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta2.zip\";s:11:\"3.9.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta3.zip\";s:10:\"3.9.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev1.zip\";s:10:\"3.9.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev2.zip\";s:10:\"3.9.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev3.zip\";s:10:\"3.9.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev4.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";}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:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder – More than Just a Page Builder\";}}','no'),(155,'recently_activated','a:0:{}','off'),(165,'wp_calendar_block_has_published_posts','1','yes'),(169,'current_theme','Ana Hills','yes'),(170,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1716397762;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(171,'theme_switched','','yes'),(172,'hello_theme_version','3.0.1','yes'),(173,'WPLANG','','yes'),(174,'new_admin_email','designsfunnel@gmail.com','yes'),(187,'envato_elements_version','2.0.13','yes'),(188,'envato_elements_install_time','1716396868','yes'),(190,'hfe_plugin_is_activated','yes','yes'),(191,'elementor_active_kit','16','yes'),(192,'elementor_font_display','swap','yes'),(195,'elementor_version','3.21.7','yes'),(196,'elementor_install_history','a:1:{s:6:\"3.21.7\";i:1716396939;}','yes'),(198,'elementor_events_db_version','1.0.0','no'),(199,'elementor_disable_color_schemes','yes','yes'),(200,'elementor_disable_typography_schemes','yes','yes'),(201,'_hfe_db_version','1.6.33','yes'),(202,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{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:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;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:28:{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:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:708;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;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:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:710;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;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:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:712;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;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:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:751;a:19:{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:11:\"access_tier\";s:4:\"free\";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:752;a:19:{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:11:\"access_tier\";s:4:\"free\";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:753;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;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:754;a:19:{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:11:\"access_tier\";s:4:\"free\";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:755;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;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:756;a:19:{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:11:\"access_tier\";s:4:\"free\";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:757;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;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:758;a:19:{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:11:\"access_tier\";s:4:\"free\";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:759;a:19:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;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:760;a:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{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:11:\"access_tier\";s:4:\"free\";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:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{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:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";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'),(203,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:126:\"New in Elementor 3.25: CSS Optimization, New Anchor Offset Control & Pagination Options for Live Results in the Search widget!\";s:7:\"excerpt\";s:183:\"Boost your site’s speed with further CSS optimization, enjoy smooth scrolling with native CSS and Anchor Offset, and enhance search functionality with pagination for Live Results!\r\n\";s:7:\"created\";i:1730630544;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/elementor-325-css-loading-anchor-offset-search-pagination/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:81:\"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability\";s:7:\"excerpt\";s:377:\"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n\";s:7:\"created\";i:1727247060;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:123:\"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Introducing Elementor 3.24: Floating Bars, Variable Fonts, Enhanced CSS Loading & More!\";s:7:\"excerpt\";s:116:\"Elevate Your Websites with Floating Bars and Variable Fonts, Improve Performance with Enhanced CSS Loading and More!\";s:7:\"created\";i:1725891168;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-324-floating-bars-variable-fonts-enhanced-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(211,'metform__banner_last_check','1716397217','yes'),(212,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"

Summer sales from Wpmet

\r\n

Save up to $174 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(213,'metform_install_date','2024-05-22 05:00:17','yes'),(214,'bsf_analytics_installed_time','1716397217','no'),(215,'_elementor_installed_time','1716397217','yes'),(216,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1716417817;s:5:\"value\";s:11629:\"[{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query\\/\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-ai-copilot\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags including native WordPress Custom Fields.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Connect Display Conditions - OR Logic\",\"description\":\"Create condition groups of one or more conditions and connect them with the OR logic to display an element when either groups conditions are met.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Discover the Professional Way to Create Dynamic Content Websites\",\"description\":\"All the tools you need to turn the content you store on WordPress into pixel perfect websites that maintain a consistent, professional design.\",\"topic\":\"Dynamic Content\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-3.20.gif\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/youtu.be\\/QSpCwj5dl5g?si=OpSNnnIyqCSOPzTF\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dynamic-content\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-manager-permission\\/\"},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-akismet\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Get Elementor AI\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-filter\\/\"}]\";}','no'),(220,'elementor_log','a:3:{s:32:\"1f3f7f521382974dd61eff7a8148ee9e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"32261\";s:7:\"\0*\0file\";s:107:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.7\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-05-22 17:00:36\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:38:\"elementorFrontendConfig is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-22 17:00:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1716397236\";s:7:\"message\";s:38:\"elementorFrontendConfig is not defined\";s:3:\"url\";s:107:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.7\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"32261\";}}s:32:\"e6e076c9d7c1040e07469a28b2906569\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"615342\";s:7:\"\0*\0file\";s:105:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.7\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-05-22 17:15:04\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read properties of null (reading 'id')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-22 17:15:04\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1716398104\";s:7:\"message\";s:45:\"Cannot read properties of null (reading \'id\')\";s:3:\"url\";s:105:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.7\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"615342\";}}s:32:\"675acde6085e1e3747b6a336d8e53e6c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"654174\";s:7:\"\0*\0file\";s:105:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.7\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-05-22 22:16:46\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:70:\"Cannot read properties of undefined (reading 'isDesignable')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-05-22 22:16:46\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1716416206\";s:7:\"message\";s:60:\"Cannot read properties of undefined (reading \'isDesignable\')\";s:3:\"url\";s:105:\"https://annahills.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.7\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"654174\";}}}','no'),(221,'metform__stories_last_check','1716397248','yes'),(222,'metform__stories_data','O:8:\"stdClass\":10:{s:8:\"10011269\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011269;s:5:\"title\";s:73:\"How Google SGE is Impacting SERP — Point of View from Content Marketing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:46:\"https://getgenie.ai/google-sge-impact-on-serp/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011268\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011268;s:5:\"title\";s:40:\"10 Types of Copywriting You Need to Know\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:41:\"https://getgenie.ai/types-of-copywriting/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011267\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011267;s:5:\"title\";s:62:\"How AI Automation Boosts Efficiency in Content Marketing & SEO\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:70:\"https://getgenie.ai/ai-automation-for-efficiency-in-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011264\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011264;s:5:\"title\";s:51:\"8 Best GeneratePress Alternatives — Free and Paid\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:45:\"https://wpmet.com/generatepress-alternatives/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011263\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011263;s:5:\"title\";s:57:\"How to Embed YouTube Shorts in WordPress: Tips and Tricks\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/how-to-embed-youtube-shorts-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011262\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011262;s:5:\"title\";s:64:\"How to Enable Vacation Mode in WooCommerce (Comprehensive Guide)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:61:\"https://wpmet.com/how-to-enable-vacation-mode-in-woocommerce/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011258\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011258;s:5:\"title\";s:48:\"How to Optimize Existing Content on Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:53:\"https://getgenie.ai/how-to-optimize-existing-content/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011257\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011257;s:5:\"title\";s:52:\"Content Optimization Strategies to Soar High in SERP\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://getgenie.ai/content-optimization-strategies/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011256\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011256;s:5:\"title\";s:57:\"7-Step Strategic Content Marketing: A Roadmap for Success\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://getgenie.ai/strategic-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011255\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011255;s:5:\"title\";s:77:\"ShopEngine vs JetWooBuilder vs ShopLentor vs CoDesigner: An Ultimate Face-off\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:74:\"https://wpmet.com/shopengine-vs-jetwoobuilder-vs-shoplentor-vs-codesigner/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(227,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(228,'allowedthemes','a:1:{s:9:\"ana-hills\";b:1;}','off'),(230,'theme_mods_ana-hills','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(254,'_elementor_global_css','a:7:{s:4:\"time\";i:1716399729;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'),(255,'_elementor_assets_data','a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:18:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:13:\"jkit_nav_menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:11:\"jkit_search\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:137:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:13:\"jkit_fun_fact\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:14:\"jkit_image_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:13:\"jkit_icon_box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:9:\"jkit_team\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:17:\"jkit_testimonials\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:15:\"jkit_post_block\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:12:\"jkit_heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:14:\"jkit_mailchimp\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.7\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"\";s:7:\"version\";s:6:\"3.21.7\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:15:{s:8:\"fas-bars\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:341:\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\";s:3:\"key\";s:8:\"fas-bars\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-times\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:352;s:6:\"height\";i:512;s:4:\"path\";s:415:\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\";s:3:\"key\";s:9:\"fas-times\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-glass-cheers\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:702:\"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\";s:3:\"key\";s:16:\"fas-glass-cheers\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-check-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:356:\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\";s:3:\"key\";s:16:\"fas-check-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-quote-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:371:\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\";s:3:\"key\";s:14:\"fas-quote-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-angle-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:188:\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\";s:3:\"key\";s:14:\"fas-angle-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-angle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:189:\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\";s:3:\"key\";s:15:\"fas-angle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fab-telegram-plane\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:240:\"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z\";s:3:\"key\";s:18:\"fab-telegram-plane\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-x-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:156:\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\";s:3:\"key\";s:13:\"fab-x-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','yes'),(263,'jeg-dynamic-css','','yes'),(273,'category_children','a:0:{}','yes'),(289,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"designsfunnel@gmail.com\";s:7:\"version\";s:5:\"6.7.1\";s:9:\"timestamp\";i:1732209237;}','off'),(297,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":3,\"critical\":2}','yes'),(2616,'db_upgraded','1','auto'),(2638,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(3359,'_transient_elementor_remote_info_api_data_3.21.7','a:4:{s:9:\"timestamp\";s:10:\"1735492901\";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:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;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:2;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:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;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:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;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:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;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:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;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:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;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:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;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:15;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:16;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:17;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:18;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:19;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:20;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:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;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:23;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:24;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:25;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:26;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:27;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:28;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:29;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:30;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:31;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:32;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:33;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:34;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:35;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:36;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:37;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:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:46;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:47;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:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;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:59;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:60;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:61;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:62;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:63;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:64;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:65;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:66;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:67;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:68;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:69;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:70;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:71;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:72;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:73;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:74;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:75;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:76;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:77;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:78;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:79;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:80;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:81;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.7.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(3906,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750222507;s:7:\"checked\";a:6:{s:9:\"ana-hills\";s:5:\"6.4.3\";s:15:\"hello-elementor\";s:5:\"3.0.1\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:5:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(3907,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750222507;s:8:\"response\";a:6:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{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.29.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:6:\"2.0.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/envato-elements.2.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";s:3:\"svg\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=3129155\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=3129155\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:45:\"generate-child-theme/generate-child-theme.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/generate-child-theme\";s:4:\"slug\";s:20:\"generate-child-theme\";s:6:\"plugin\";s:45:\"generate-child-theme/generate-child-theme.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/generate-child-theme/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/generate-child-theme.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/generate-child-theme/assets/icon.svg?rev=1826805\";s:3:\"svg\";s:65:\"https://ps.w.org/generate-child-theme/assets/icon.svg?rev=1826805\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/generate-child-theme/assets/banner-1544x500.jpg?rev=1826805\";s:2:\"1x\";s:75:\"https://ps.w.org/generate-child-theme/assets/banner-772x250.jpg?rev=1826805\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/jeg-elementor-kit\";s:4:\"slug\";s:17:\"jeg-elementor-kit\";s:6:\"plugin\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:11:\"new_version\";s:6:\"2.6.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/jeg-elementor-kit/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/jeg-elementor-kit.2.6.13.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";s:3:\"svg\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500.png?rev=2575635\";s:2:\"1x\";s:72:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250.png?rev=2575635\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500-rtl.png?rev=2575635\";s:2:\"1x\";s:76:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250-rtl.png?rev=2575635\";}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:1:{i:0;s:9:\"elementor\";}}s:19:\"metform/metform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"3.9.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.3.9.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=3260686\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=3260686\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.jpg?rev=3260686\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.jpg?rev=3260686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:6:{s:23:\"elementor/elementor.php\";s:6:\"3.21.7\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"1.6.33\";s:35:\"envato-elements/envato-elements.php\";s:6:\"2.0.13\";s:45:\"generate-child-theme/generate-child-theme.php\";s:3:\"2.1\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:5:\"2.6.5\";s:19:\"metform/metform.php\";s:5:\"3.8.8\";}}','off'),(3982,'can_compress_scripts','0','auto'),(5284,'_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.8.1.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.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750222506;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(6058,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1750395300','off'),(6059,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(6109,'_site_transient_timeout_theme_roots','1750224307','off'),(6110,'_site_transient_theme_roots','a:6:{s:9:\"ana-hills\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(6120,'_site_transient_timeout_wp_theme_files_patterns-0c1c188155f6f1531caeb0018e1dfb80','1750232084','off'),(6121,'_site_transient_wp_theme_files_patterns-0c1c188155f6f1531caeb0018e1dfb80','a:2:{s:7:\"version\";s:5:\"6.4.3\";s:8:\"patterns\";a:0:{}}','off'),(6122,'_site_transient_timeout_wp_theme_files_patterns-6fb71c6084bc04969cc8de79f2e22e44','1750232084','off'),(6123,'_site_transient_wp_theme_files_patterns-6fb71c6084bc04969cc8de79f2e22e44','a:2:{s:7:\"version\";s:5:\"3.0.1\";s:8:\"patterns\";a:0:{}}','off'); /*!40000 ALTER TABLE `anna_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_postmeta` -- DROP TABLE IF EXISTS `anna_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=2190 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_postmeta` -- LOCK TABLES `anna_postmeta` WRITE; /*!40000 ALTER TABLE `anna_postmeta` DISABLE KEYS */; INSERT INTO `anna_postmeta` VALUES (19,12,'_edit_lock','1716410127:1'),(20,14,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.20\";s:5:\"title\";s:58:\"LaJavela – Bar, Nightlife and Pub Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:14:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:32:\"https://templatekit.jegtheme.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:1;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/lajavela/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:92;}}}i:2;a:9:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/lajavela/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:3;a:9:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/lajavela/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:4;a:9:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/lajavela/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:5;a:9:{s:4:\"name\";s:8:\"Our Menu\";s:10:\"screenshot\";s:24:\"screenshots/our-menu.jpg\";s:6:\"source\";s:23:\"templates/our-menu.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/lajavela/template-kit/our-menu/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:6;a:9:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:18:\"templates/faq.json\";s:11:\"preview_url\";s:59:\"https://templatekit.jegtheme.com/lajavela/template-kit/faq/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:7;a:9:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:60:\"https://templatekit.jegtheme.com/lajavela/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:8;a:9:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:67:\"https://templatekit.jegtheme.com/lajavela/template-kit/single-post/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:9;a:8:{s:4:\"name\";s:18:\"MetForm Contact Us\";s:10:\"screenshot\";s:34:\"screenshots/metform-contact-us.jpg\";s:6:\"source\";s:33:\"templates/metform-contact-us.json\";s:11:\"preview_url\";s:74:\"https://templatekit.jegtheme.com/lajavela/template-kit/metform-contact-us/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:66:\"https://templatekit.jegtheme.com/lajavela/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:9:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:62:\"https://templatekit.jegtheme.com/lajavela/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:12;a:9:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:62:\"https://templatekit.jegtheme.com/lajavela/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:13;a:8:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:64:\"https://templatekit.jegtheme.com/lajavela/template-kit/404-page/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";s:7:\"version\";s:5:\"1.6.4\";s:4:\"file\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"author\";s:31:\"Brainstorm Force, Nikhil Chavan\";}i:1;a:4:{s:4:\"name\";s:17:\"Jeg Elementor Kit\";s:7:\"version\";s:5:\"2.0.1\";s:4:\"file\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"author\";s:9:\"Jegstudio\";}i:2;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"1.5.4\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.4.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:6:\"images\";a:36:{i:0;a:8:{s:8:\"filename\";s:44:\"productive-day-in-the-pub-e1632547090311.jpg\";s:13:\"thumbnail_url\";s:117:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/productive-day-in-the-pub-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:306962;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-B2ABXNE\";}i:1;a:8:{s:8:\"filename\";s:33:\"Concrete-wall-texture-9S6LBJR.jpg\";s:13:\"thumbnail_url\";s:120:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/10/Concrete-wall-texture-9S6LBJR-800x450.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:276997;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-9S6LBJR\";}i:2;a:8:{s:8:\"filename\";s:27:\"in-a-bar-e1633901017899.jpg\";s:13:\"thumbnail_url\";s:100:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/in-a-bar-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:304861;s:10:\"dimensions\";a:2:{i:0;i:1140;i:1;i:1520;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7J3QDPR\";}i:3;a:8:{s:8:\"filename\";s:43:\"bar-manager-is-making-drinks-at-the-bar.jpg\";s:13:\"thumbnail_url\";s:130:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bar-manager-is-making-drinks-at-the-bar-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:329838;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:1333;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YKV2XBX\";}i:4;a:8:{s:8:\"filename\";s:39:\"beer-and-rustic-food-e1632177810628.jpg\";s:13:\"thumbnail_url\";s:111:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/beer-and-rustic-food-800x588.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:233527;s:10:\"dimensions\";a:2:{i:0;i:1700;i:1;i:1249;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P7EN5S8\";}i:5;a:8:{s:8:\"filename\";s:115:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-e1632177872761.jpg\";s:13:\"thumbnail_url\";s:202:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-e1632177872761-800x588.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:366284;s:10:\"dimensions\";a:2:{i:0;i:1700;i:1;i:1250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-S62YFAJ\";}i:6;a:8:{s:8:\"filename\";s:64:\"bartender-hand-at-multicolored-fashion-drinks-e1632178488891.jpg\";s:13:\"thumbnail_url\";s:151:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bartender-hand-at-multicolored-fashion-drinks-e1632178488891-800x588.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:267908;s:10:\"dimensions\";a:2:{i:0;i:1700;i:1;i:1250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XGEJ4WK\";}i:7;a:8:{s:8:\"filename\";s:34:\"toasting-in-bar-e1633793100370.jpg\";s:13:\"thumbnail_url\";s:122:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/toasting-in-bar-e1632629387397-800x1074.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:102108;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1074;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ZC27GGG\";}i:8;a:8:{s:8:\"filename\";s:41:\"set-of-bar-accessories-e1633793117988.jpg\";s:13:\"thumbnail_url\";s:129:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/set-of-bar-accessories-e1632629420711-800x1074.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:130555;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1074;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PJEHY99\";}i:9;a:8:{s:8:\"filename\";s:78:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\";s:13:\"thumbnail_url\";s:166:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/interior-of-traditional-english-pub-with-table-set-for-meal-e1632629903419-800x1077.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:111085;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1077;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GLHAFVW\";}i:10;a:8:{s:8:\"filename\";s:65:\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\";s:13:\"thumbnail_url\";s:153:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bartender-works-with-shaker-at-the-bar-counter-e1632659600964-800x1075.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:112735;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1075;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-S94GUA2\";}i:11;a:8:{s:8:\"filename\";s:61:\"handsome-barman-is-posing-for-photographer-e1632654284121.jpg\";s:13:\"thumbnail_url\";s:133:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/handsome-barman-is-posing-for-photographer-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:186677;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1098;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-58AM6AU\";}i:12;a:8:{s:8:\"filename\";s:79:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\";s:13:\"thumbnail_url\";s:151:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/female-and-male-bartenders-standing-with-crossed-arms-at-bar-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:100839;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1100;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AJR33GM\";}i:13;a:8:{s:8:\"filename\";s:85:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\";s:13:\"thumbnail_url\";s:157:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:81788;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1100;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MALDT9U\";}i:14;a:8:{s:8:\"filename\";s:38:\"teamwork-at-the-pub-e1632662164386.jpg\";s:13:\"thumbnail_url\";s:125:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/teamwork-at-the-pub-e1632662164386-800x394.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:247599;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:945;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8UMNHV8\";}i:15;a:8:{s:8:\"filename\";s:51:\"man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\";s:13:\"thumbnail_url\";s:138:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/man-in-sunglasses-sitting-at-the-counter-in-bar-800x532.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:262236;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:1331;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SD6F98P\";}i:16;a:8:{s:8:\"filename\";s:77:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-e1633901699874.jpg\";s:13:\"thumbnail_url\";s:149:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-800x534.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:218568;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PMF2D57\";}i:17;a:8:{s:8:\"filename\";s:37:\"bar-counter-at-pub-e1633901719836.jpg\";s:13:\"thumbnail_url\";s:109:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bar-counter-at-pub-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:224880;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-DSLQ69G\";}i:18;a:8:{s:8:\"filename\";s:28:\"bartender-e1633901155184.jpg\";s:13:\"thumbnail_url\";s:101:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bartender-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:273291;s:10:\"dimensions\";a:2:{i:0;i:1213;i:1;i:1820;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PHXYCW2\";}i:19;a:8:{s:8:\"filename\";s:57:\"bartender-bartender-is-pouring-a-drink-e1633901229396.jpg\";s:13:\"thumbnail_url\";s:129:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bartender-bartender-is-pouring-a-drink-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:278592;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MF7LJBA\";}i:20;a:8:{s:8:\"filename\";s:63:\"male-and-female-bartender-at-the-bar-counter-e1633901376193.jpg\";s:13:\"thumbnail_url\";s:135:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/male-and-female-bartender-at-the-bar-counter-800x534.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:272685;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TZK6C9U\";}i:21;a:8:{s:8:\"filename\";s:94:\"Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\";s:13:\"thumbnail_url\";s:173:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:125169;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1098;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5FA4PKX\";}i:22;a:8:{s:8:\"filename\";s:42:\"portrait-of-bartender-crossing-arms-3.jpeg\";s:13:\"thumbnail_url\";s:121:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/portrait-of-bartender-crossing-arms-3.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:131379;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1100;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GKKMD2T\";}i:23;a:8:{s:8:\"filename\";s:87:\"smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\";s:13:\"thumbnail_url\";s:159:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:116887;s:10:\"dimensions\";a:2:{i:0;i:690;i:1;i:1100;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5AS3NLY\";}i:24;a:8:{s:8:\"filename\";s:27:\"cocktail-e1632779394576.jpg\";s:13:\"thumbnail_url\";s:99:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/cocktail-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-menu.json\";s:4:\"name\";s:8:\"Our Menu\";}}s:8:\"filesize\";i:210429;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQ2DAWG\";}i:25;a:8:{s:8:\"filename\";s:37:\"margarita-cocktail-e1633901772114.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/margarita-cocktail-800x1200.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-menu.json\";s:4:\"name\";s:8:\"Our Menu\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:191730;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PZD9R4Z\";}i:26;a:8:{s:8:\"filename\";s:37:\"beer-taps-in-a-pub-e1633901432740.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/beer-taps-in-a-pub-800x1200.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-menu.json\";s:4:\"name\";s:8:\"Our Menu\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:297818;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PVRJNP7\";}i:27;a:8:{s:8:\"filename\";s:37:\"hamburger-and-beer-e1633901793767.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/hamburger-and-beer-800x1200.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-menu.json\";s:4:\"name\";s:8:\"Our Menu\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:229984;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-RTH9GTC\";}i:28;a:8:{s:8:\"filename\";s:100:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria--e1632782439942.jpg\";s:13:\"thumbnail_url\";s:172:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria--800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-menu.json\";s:4:\"name\";s:8:\"Our Menu\";}i:1;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:237134;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8XBFTSP\";}i:29;a:8:{s:8:\"filename\";s:107:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-e1633901472547.jpg\";s:13:\"thumbnail_url\";s:179:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-800x534.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:18:\"templates/faq.json\";s:4:\"name\";s:3:\"FAQ\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:266836;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2X5G5NY\";}i:30;a:8:{s:8:\"filename\";s:65:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-e1633901500854.jpg\";s:13:\"thumbnail_url\";s:137:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/pub-bottle-of-alcohol-and-glass-on-bar-counter-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:170031;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P7UCJHS\";}i:31;a:8:{s:8:\"filename\";s:43:\"drinking-beer-in-the-bar-e1633901562918.jpg\";s:13:\"thumbnail_url\";s:115:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/drinking-beer-in-the-bar-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:170275;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GCE95V8\";}i:32;a:8:{s:8:\"filename\";s:38:\"business-in-the-pub-e1632662253299.jpg\";s:13:\"thumbnail_url\";s:110:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/business-in-the-pub-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:304887;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MG9HHSW\";}i:33;a:8:{s:8:\"filename\";s:28:\"lajavela-logo-dustland-1.png\";s:13:\"thumbnail_url\";s:107:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/lajavela-logo-dustland-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:11396;s:10:\"dimensions\";a:2:{i:0;i:509;i:1;i:237;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4V6HT63\";}i:34;a:8:{s:8:\"filename\";s:26:\"lajavela-logo-dustland.png\";s:13:\"thumbnail_url\";s:105:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/lajavela-logo-dustland.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:10599;s:10:\"dimensions\";a:2:{i:0;i:440;i:1;i:229;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4V6HT63\";}i:35;a:8:{s:8:\"filename\";s:45:\"wineglasses-on-bar-counter-e1633901596839.jpg\";s:13:\"thumbnail_url\";s:117:\"https://templatekit.jegtheme.com/lajavela/wp-content/uploads/sites/166/2021/09/wineglasses-on-bar-counter-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:106629;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-EWN74TX\";}}}'),(21,14,'envato_tk_folder_name','1c0a92629432a0e1c3de97535c830702'),(22,14,'envato_tk_builder','elementor'),(23,14,'envato_tk_source_zip_url','https://annahills.designsfunnelserver.com/wp-content/uploads/template-kits/1c0a92629432a0e1c3de97535c830702/source-14.zip'),(24,15,'_elementor_edit_mode','builder'),(25,15,'_elementor_template_type','kit'),(26,16,'_elementor_edit_mode','builder'),(27,16,'_elementor_template_type','kit'),(28,16,'_elementor_version','3.21.7'),(29,17,'_elementor_edit_mode','builder'),(30,17,'_elementor_template_type','section'),(31,17,'_elementor_version','3.21.7'),(32,16,'_wp_page_template','default'),(33,16,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FF4F00\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(34,16,'_elementor_data','[]'),(35,18,'_elementor_edit_mode','builder'),(36,18,'_elementor_template_type','section'),(37,18,'_elementor_version','3.21.7'),(38,18,'_wp_page_template','default'),(39,18,'_elementor_page_settings','a:59:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#58005D\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#430059\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";}'),(40,18,'_elementor_data','[]'),(41,16,'_elementor_page_assets','a:0:{}'),(42,16,'envato_tk_source_kit','14'),(43,16,'envato_tk_source_index','0'),(44,19,'_elementor_edit_mode','builder'),(45,19,'_elementor_template_type','kit'),(46,19,'_elementor_version','3.21.7'),(47,19,'_wp_page_template','default'),(48,19,'_elementor_page_settings','a:59:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#58005D\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#430059\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";}'),(49,19,'_elementor_data','[]'),(50,19,'_elementor_page_assets','a:0:{}'),(51,20,'_wp_attached_file','2024/05/bar-counter-at-pub.jpg'),(52,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:30:\"2024/05/bar-counter-at-pub.jpg\";s:8:\"filesize\";i:314506;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"bar-counter-at-pub-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15166;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"bar-counter-at-pub-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"bar-counter-at-pub-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6603;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"bar-counter-at-pub-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61203;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bar-counter-at-pub-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165062;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,21,'_wp_attached_file','2024/05/cocktail-e1632779394576.jpg'),(54,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2024/05/cocktail-e1632779394576.jpg\";s:8:\"filesize\";i:210429;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cocktail-e1632779394576-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11799;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"cocktail-e1632779394576-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cocktail-e1632779394576-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6165;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"cocktail-e1632779394576-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44936;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"cocktail-e1632779394576-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,22,'_wp_attached_file','2024/05/bartender-bartender-is-pouring-a-drink.jpg'),(56,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:50:\"2024/05/bartender-bartender-is-pouring-a-drink.jpg\";s:8:\"filesize\";i:399359;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"bartender-bartender-is-pouring-a-drink-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17065;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"bartender-bartender-is-pouring-a-drink-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"bartender-bartender-is-pouring-a-drink-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"bartender-bartender-is-pouring-a-drink-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70214;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"bartender-bartender-is-pouring-a-drink-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,23,'_wp_attached_file','2024/05/productive-day-in-the-pub.jpg'),(58,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2024/05/productive-day-in-the-pub.jpg\";s:8:\"filesize\";i:427688;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"productive-day-in-the-pub-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17858;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"productive-day-in-the-pub-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"productive-day-in-the-pub-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8697;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"productive-day-in-the-pub-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144121;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"productive-day-in-the-pub-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,20,'_elementor_source_image_hash','d90523135f84e6a803151f51917783d417b57a32'),(60,24,'_wp_attached_file','2024/05/male-and-female-bartender-at-the-bar-counter.jpg'),(61,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:56:\"2024/05/male-and-female-bartender-at-the-bar-counter.jpg\";s:8:\"filesize\";i:365738;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"male-and-female-bartender-at-the-bar-counter-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19148;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"male-and-female-bartender-at-the-bar-counter-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"male-and-female-bartender-at-the-bar-counter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"male-and-female-bartender-at-the-bar-counter-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74496;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"male-and-female-bartender-at-the-bar-counter-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,21,'_elementor_source_image_hash','79b46ab5c5d298881766f5df8b51de8fecfe0632'),(63,25,'_wp_attached_file','2024/05/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg'),(64,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:100:\"2024/05/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\";s:8:\"filesize\";i:373136;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:100:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17187;}s:5:\"large\";a:5:{s:4:\"file\";s:101:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:100:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:100:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69037;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:102:\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,22,'_elementor_source_image_hash','7934b478b374163f0817aa0cc914d1cd263936fb'),(66,23,'_elementor_source_image_hash','e757aa3ae0e88c893171146e015b4d31784893d6'),(67,25,'_elementor_source_image_hash','55b4fec428cb1457e686dcfc16e378c02434f3be'),(68,24,'_elementor_source_image_hash','e595e7eac061a87fb3d3d28ffd2068807c6e93fa'),(69,26,'_wp_attached_file','2024/05/pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg'),(70,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:58:\"2024/05/pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg\";s:8:\"filesize\";i:236458;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11309;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43980;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"pub-bottle-of-alcohol-and-glass-on-bar-counter-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,27,'_wp_attached_file','2024/05/drinking-beer-in-the-bar.jpg'),(72,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2024/05/drinking-beer-in-the-bar.jpg\";s:8:\"filesize\";i:232397;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"drinking-beer-in-the-bar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12225;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"drinking-beer-in-the-bar-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"drinking-beer-in-the-bar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5908;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"drinking-beer-in-the-bar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45030;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"drinking-beer-in-the-bar-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124821;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(73,28,'_wp_attached_file','2024/05/margarita-cocktail.jpg'),(74,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2024/05/margarita-cocktail.jpg\";s:8:\"filesize\";i:265547;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"margarita-cocktail-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11932;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"margarita-cocktail-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"margarita-cocktail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"margarita-cocktail-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89979;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"margarita-cocktail-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,26,'_elementor_source_image_hash','ba8ebf3e9fe31eb48f178a87994ede57b8ad8b6b'),(76,27,'_elementor_source_image_hash','87f46e39410c5b7c6bd62c99f10496dbd2e8f830'),(77,29,'_wp_attached_file','2024/05/Concrete-wall-texture-9S6LBJR-1.jpg'),(78,30,'_wp_attached_file','2024/05/Concrete-wall-texture-9S6LBJR.jpg'),(79,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2024/05/Concrete-wall-texture-9S6LBJR-1.jpg\";s:8:\"filesize\";i:276997;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Concrete-wall-texture-9S6LBJR-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9097;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Concrete-wall-texture-9S6LBJR-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Concrete-wall-texture-9S6LBJR-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Concrete-wall-texture-9S6LBJR-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67729;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"Concrete-wall-texture-9S6LBJR-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:41:\"2024/05/Concrete-wall-texture-9S6LBJR.jpg\";s:8:\"filesize\";i:276997;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Concrete-wall-texture-9S6LBJR-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9097;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Concrete-wall-texture-9S6LBJR-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Concrete-wall-texture-9S6LBJR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Concrete-wall-texture-9S6LBJR-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67729;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"Concrete-wall-texture-9S6LBJR-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,28,'_elementor_source_image_hash','553518895c4d2f63232fcc39fa789be262f1e584'),(82,31,'_elementor_edit_mode','builder'),(83,31,'_elementor_template_type','section'),(84,31,'_elementor_version','3.21.7'),(85,29,'_elementor_source_image_hash','3b363084dc7e261b6249cc26f7093a9ee86aad2f'),(86,32,'_wp_attached_file','2024/05/handsome-barman-is-posing-for-photographer-e1632654284121.jpg'),(87,31,'_elementor_data','[{\"id\":\"5c40f73b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":30,\"vertical\":30,\"blur\":80,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f2632d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c3f374\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61ac71e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a214c24\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Your Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"\",\"mf_input_placeholder_color\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\"},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"167897f0\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ba27597\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58bda936\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Your Phone\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_background_color\":\"\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":true},{\"id\":\"9793493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61f190c7\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a966caa\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"102d5ea5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"246021f3\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Date\",\"mf_input_name\":\"mf-date\",\"mf_input_placeholder\":\"Book a Table\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_disable_date_list\":[],\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_date_calender_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_placeholder_color\":\"\"},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_date_calender_typography_typography\":\"custom\",\"mf_date_calender_typography_font_family\":\"Open Sans Hebrew\",\"mf_date_calender_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_date_calender_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_date_calender_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_date_calender_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-date\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fb86b6d\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f2aa5c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b13cace\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_background_color\":\"\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"3a0f830a\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"SUBMIT\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":7,\"blur\":15,\"spread\":0,\"color\":\"rgba(65.99999999999999, 132.9999999999998, 244, 0)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[],\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_typography_typography\":\"\",\"mf_btn_text_color\":\"globals\\/colors?id=secondary\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=1a08221\",\"mf_btn_hover_color\":\"globals\\/colors?id=primary\"},\"mf_btn_bg_color_color\":\"#FFC947\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_normal_icon_padding_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"80\",\"bottom\":\"13\",\"left\":\"80\",\"isLinked\":false},\"mf_btn_text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"300\",\"bottom\":\"15\",\"left\":\"300\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(88,30,'_elementor_source_image_hash','3b363084dc7e261b6249cc26f7093a9ee86aad2f'),(89,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1098;s:4:\"file\";s:69:\"2024/05/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\";s:8:\"filesize\";i:186677;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"handsome-barman-is-posing-for-photographer-e1632654284121-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21025;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"handsome-barman-is-posing-for-photographer-e1632654284121-643x1024.jpg\";s:5:\"width\";i:643;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"handsome-barman-is-posing-for-photographer-e1632654284121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9623;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,33,'_elementor_edit_mode','builder'),(91,33,'_elementor_template_type','section'),(92,33,'_elementor_version','3.21.7'),(93,33,'_elementor_data','[{\"id\":\"5c40f73b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":30,\"vertical\":30,\"blur\":80,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f2632d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c3f374\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61ac71e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a214c24\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Your Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"\",\"mf_input_placeholder_color\":\"\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\"},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"167897f0\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ba27597\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58bda936\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Subject\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Your Phone\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_background_color\":\"\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":true},{\"id\":\"9793493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61f190c7\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Your Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_placeholder_color\":\"#C9C1C1\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a966caa\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"102d5ea5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"246021f3\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Date\",\"mf_input_name\":\"mf-date\",\"mf_input_placeholder\":\"Book a Table\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_disable_date_list\":[],\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_date_calender_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_placeholder_color\":\"\"},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_border_color\":\"#EAEAEA\",\"mf_input_border_hover_color\":\"#0A81AB\",\"mf_input_border_focus_color\":\"#0A81AB\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Open Sans Hebrew\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_typgraphy_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_date_calender_typography_typography\":\"custom\",\"mf_date_calender_typography_font_family\":\"Open Sans Hebrew\",\"mf_date_calender_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Open Sans Hebrew\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_place_holder_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_input_place_holder_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_date_calender_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_date_calender_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"mf_date_calender_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-date\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fb86b6d\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f2aa5c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b13cace\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"Your Message\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_background_background\":\"classic\",\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"\",\"mf_input_background_color\":\"\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_border_hover_color\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_border_focus_color\":\"globals\\/colors?id=primary\",\"mf_input_border_color\":\"globals\\/colors?id=85969d4\"},\"mf_input_border_hover_border\":\"solid\",\"mf_input_border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_focus_border\":\"solid\",\"mf_input_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_background_color\":\"#F8F8F8\",\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"3a0f830a\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"SUBMIT\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"200\",\"bottom\":\"15\",\"left\":\"200\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":7,\"blur\":15,\"spread\":0,\"color\":\"rgba(65.99999999999999, 132.9999999999998, 244, 0)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[],\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_typography_typography\":\"\",\"mf_btn_text_color\":\"globals\\/colors?id=secondary\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=1a08221\",\"mf_btn_hover_color\":\"globals\\/colors?id=primary\"},\"mf_btn_bg_color_color\":\"#FFC947\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_normal_icon_padding_left\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"80\",\"bottom\":\"13\",\"left\":\"80\",\"isLinked\":false},\"mf_btn_text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"300\",\"bottom\":\"15\",\"left\":\"300\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(94,31,'_elementor_page_assets','a:0:{}'),(95,31,'_wp_page_template','elementor_canvas'),(96,31,'envato_tk_source_kit','14'),(97,31,'envato_tk_source_index','9'),(98,32,'_elementor_source_image_hash','7010acbd535ab761f32e48b26eac345ceb7ba6cd'),(99,34,'_wp_attached_file','2024/05/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg'),(100,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:107:\"2024/05/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg\";s:8:\"filesize\";i:237134;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:107:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19012;}s:5:\"large\";a:5:{s:4:\"file\";s:108:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:107:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8486;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:107:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66609;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:109:\"bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,35,'_wp_attached_file','2024/05/in-a-bar.jpg'),(102,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2024/05/in-a-bar.jpg\";s:8:\"filesize\";i:754368;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"in-a-bar-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22606;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"in-a-bar-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"in-a-bar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"in-a-bar-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186628;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"in-a-bar-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:368868;}s:25:\"elementor_custom_760x1024\";a:4:{s:4:\"file\";s:72:\"elementor/thumbs/in-a-bar-qojmb81cdxmuz8g44dvdsrsrv1cwhalghsk8mj8u80.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;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:{}}}'),(103,36,'_elementor_edit_mode','builder'),(104,36,'_elementor_template_type','page'),(105,36,'_elementor_version','3.21.7'),(106,36,'_elementor_data','[{\"id\":\"69448c41\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-at-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d54284c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57c9e1b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb52113\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4aeba40a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"667aac5b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"469e1215\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2029654e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"20\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6323d319\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"GET IN TOUCH\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"51d6c5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE NOW!\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dbcb2c\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c0ef60d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e6a6397\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"212cbe25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-map-marker1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Location\",\"sg_icon_description\":\"Jl. Raya Kuta No. 99 \\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_gradient_background_background\":\"gradient\",\"st_icon_gradient_background_color\":\"#CB8585\",\"st_icon_gradient_background_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"st_icon_gradient_background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"19a3870e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32ce5a70\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-envelope-open\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Email\",\"sg_icon_description\":\"lajavela@domain.com\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6192a433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=f001d83\"},\"content_position\":\"middle\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3de33ea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aae12d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Official Social Media : \",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"header_size\":\"h4\",\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a430659\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"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\":\"310ab07\",\"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\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"40041f1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9b9840f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.8250000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":4,\"color\":\"rgba(0, 0, 0, 0)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"z_index\":1,\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e3d5380\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"1585***1633631362678\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57a15387\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e888d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e52e0fc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jalan Raya Kuta No. 99 Badung Bali\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(107,37,'_wp_attached_file','2024/05/lajavela-logo-dustland-1.png'),(108,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:509;s:6:\"height\";i:237;s:4:\"file\";s:36:\"2024/05/lajavela-logo-dustland-1.png\";s:8:\"filesize\";i:11396;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"lajavela-logo-dustland-1-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10649;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"lajavela-logo-dustland-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:6871;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,37,'_elementor_source_image_hash','5c36b503dd3c662ce50cdccb0f9633e0e97b7881'),(110,38,'_elementor_edit_mode','builder'),(111,38,'_elementor_template_type','page'),(112,38,'_elementor_version','3.21.7'),(113,39,'_elementor_edit_mode','builder'),(114,38,'_elementor_data','[{\"id\":\"69448c41\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-at-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d54284c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57c9e1b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb52113\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4aeba40a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"667aac5b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"469e1215\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2029654e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"20\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6323d319\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"GET IN TOUCH\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"51d6c5f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE NOW!\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dbcb2c\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c0ef60d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e6a6397\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"212cbe25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-map-marker1-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Location\",\"sg_icon_description\":\"Jl. Raya Kuta No. 99 \\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_gradient_background_background\":\"gradient\",\"st_icon_gradient_background_color\":\"#CB8585\",\"st_icon_gradient_background_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"st_icon_gradient_background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"19a3870e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32ce5a70\",\"elType\":\"widget\",\"settings\":{\"sg_setting_icon_position\":\"left\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h4\",\"sg_icon_header\":{\"value\":\"jki jki-envelope-open\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Email\",\"sg_icon_description\":\"lajavela@domain.com\\n\",\"sg_readmore_button_label\":\"Learn More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_description_color_responsive\":\"#616D7C\",\"st_icon_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_icon_border_border_color\":\"#10233B\",\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"st_icon_height_responsive\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"st_icon_width_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_line_height_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"st_icon_bg_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_border_border_color\":\"\",\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"st_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"st_icon_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"st_icon_height_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_width_responsive_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_icon_width_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_line_height_responsive_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"st_icon_line_height_responsive_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_content_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_readmore_button_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6192a433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=f001d83\"},\"content_position\":\"middle\",\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3de33ea0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aae12d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Official Social Media : \",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_element_custom_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"header_size\":\"h4\",\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a430659\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"c0163ab\",\"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\":\"310ab07\",\"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\":\"63f86db\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"jki jki-youtube-v-light\",\"library\":\"jkiticon\"},\"_id\":\"40041f1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"hover_primary_color\":\"#B89161\",\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"columns_mobile\":\"0\",\"align_mobile\":\"left\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_color\":\"custom\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9b9840f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.8250000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":4,\"color\":\"rgba(0, 0, 0, 0)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"z_index\":1,\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e3d5380\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"1585***1633631362678\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57a15387\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-110\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e888d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e52e0fc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jalan Raya Kuta No. 99 Badung Bali\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(115,39,'_elementor_template_type','page'),(116,36,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(117,39,'_elementor_version','3.21.7'),(118,36,'_wp_page_template','elementor_header_footer'),(119,39,'_elementor_data','[{\"id\":\"23aa06c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c2b5532\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42f2fe21\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BLOG\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"link\":{\"url\":\"o\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7084afdc\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ea02aab\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"77b5113e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Blog\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c1b2280\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ae707a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10c81005\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"63dc61f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a84a941\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b500d67\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_pagination_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_pagination_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_pagination_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_pagination_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_border_border_color\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#FFFFFF\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"number_post\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pagination_mode\":\"loadmore\",\"st_pagination_normal_background_background_background\":\"classic\",\"st_pagination_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_normal_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_pagination_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_pagination_hover_background_background_background\":\"classic\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_hover_color_responsive\":\"#BFDD00\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"st_pagination_normal_color_responsive\":\"#430059\",\"st_pagination_normal_background_background_color\":\"#BFDD00\",\"st_pagination_hover_color_responsive\":\"#430059\",\"st_pagination_hover_background_background_color\":\"#B1CD05\",\"st_pagination_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_pagination_width_responsive\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_readmore_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_readmore_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_pagination_typography_content_typography_typography\":\"custom\",\"st_pagination_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_pagination_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_pagination_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_pagination_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_pagination_typography_content_typography_font_weight\":\"600\",\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_normal_border_border_border\":\"solid\",\"st_pagination_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(120,36,'envato_tk_source_kit','14'),(121,36,'envato_tk_source_index','10'),(122,34,'_elementor_source_image_hash','d254c90b7011282a09ec5fddcbf88a53b88314d2'),(123,40,'_elementor_edit_mode','builder'),(124,40,'_elementor_template_type','page'),(125,40,'_elementor_version','3.21.7'),(126,40,'_elementor_data','[{\"id\":\"23aa06c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c2b5532\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42f2fe21\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BLOG\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"link\":{\"url\":\"o\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7084afdc\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ea02aab\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"77b5113e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Blog\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c1b2280\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ae707a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10c81005\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"63dc61f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a84a941\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b500d67\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_pagination_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_pagination_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_pagination_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_pagination_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_pagination_normal_border_border_color\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#FFFFFF\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"number_post\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pagination_mode\":\"loadmore\",\"st_pagination_normal_background_background_background\":\"classic\",\"st_pagination_normal_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_pagination_normal_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_pagination_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_pagination_hover_background_background_background\":\"classic\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_hover_color_responsive\":\"#BFDD00\",\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"st_pagination_normal_color_responsive\":\"#430059\",\"st_pagination_normal_background_background_color\":\"#BFDD00\",\"st_pagination_hover_color_responsive\":\"#430059\",\"st_pagination_hover_background_background_color\":\"#B1CD05\",\"st_pagination_padding_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_pagination_width_responsive\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_readmore_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_readmore_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_pagination_typography_content_typography_typography\":\"custom\",\"st_pagination_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_pagination_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_pagination_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_pagination_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_pagination_typography_content_typography_font_weight\":\"600\",\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_normal_border_border_border\":\"solid\",\"st_pagination_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(127,39,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(128,39,'_wp_page_template','elementor_header_footer'),(129,39,'envato_tk_source_kit','14'),(130,39,'envato_tk_source_index','7'),(131,41,'_wp_attached_file','2024/05/in-a-bar-1.jpg'),(132,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:22:\"2024/05/in-a-bar-1.jpg\";s:8:\"filesize\";i:754368;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"in-a-bar-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22606;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"in-a-bar-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"in-a-bar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"in-a-bar-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186628;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"in-a-bar-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:368868;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,35,'_elementor_source_image_hash','1a21836420bea4fefc0efab46e67e5a48bf64e9a'),(134,42,'_wp_attached_file','2024/05/beer-taps-in-a-pub.jpg'),(135,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2024/05/beer-taps-in-a-pub.jpg\";s:8:\"filesize\";i:423096;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"beer-taps-in-a-pub-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19825;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"beer-taps-in-a-pub-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"beer-taps-in-a-pub-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"beer-taps-in-a-pub-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143108;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"beer-taps-in-a-pub-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(136,43,'_wp_attached_file','2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg'),(137,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:87:\"2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\";s:8:\"filesize\";i:100839;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13982;}s:5:\"large\";a:5:{s:4:\"file\";s:88:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(138,44,'_elementor_edit_mode','builder'),(139,44,'_elementor_template_type','section'),(140,44,'_elementor_version','3.21.7'),(141,44,'_elementor_data','[{\"id\":\"5d0f6e17\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"db72ee7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f9bd510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"b393400\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2556d8fd\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\",\"sg_mobile_menu_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_mobile_menu_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"395ba8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21a0a436\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_search_icon\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"st_icon_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_normal_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_form_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_form_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_form_background_background_slideshow_gallery\":[],\"st_container_focus_form_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_focus_form_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_focus_form_background_background_slideshow_gallery\":[],\"st_button_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_close_button_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_background_background_slideshow_gallery\":[],\"st_close_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"161ce5b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(+62) 81 314 239\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(142,43,'_elementor_source_image_hash','4d469d65a8aac45c839a1144963bf47dfd679a67'),(143,45,'_elementor_edit_mode','builder'),(144,45,'_elementor_template_type','section'),(145,45,'_elementor_version','3.21.7'),(146,45,'_elementor_data','[{\"id\":\"5d0f6e17\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"db72ee7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f9bd510\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"b393400\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2556d8fd\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\",\"sg_mobile_menu_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_mobile_menu_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"sg_mobile_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"395ba8ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21a0a436\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_search_icon\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"st_icon_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_normal_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_form_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_form_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_form_background_background_slideshow_gallery\":[],\"st_container_focus_form_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_focus_form_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_focus_form_background_background_slideshow_gallery\":[],\"st_button_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_close_button_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_background_background_slideshow_gallery\":[],\"st_close_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"161ce5b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(+62) 81 314 239\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(147,44,'_elementor_page_assets','a:0:{}'),(148,44,'_wp_page_template','elementor_canvas'),(149,44,'envato_tk_source_kit','14'),(150,46,'_wp_attached_file','2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1.jpg'),(151,44,'envato_tk_source_index','11'),(152,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:89:\"2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1.jpg\";s:8:\"filesize\";i:100839;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13982;}s:5:\"large\";a:5:{s:4:\"file\";s:90:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,41,'_elementor_source_image_hash','1a21836420bea4fefc0efab46e67e5a48bf64e9a'),(154,46,'_elementor_source_image_hash','4d469d65a8aac45c839a1144963bf47dfd679a67'),(155,42,'_elementor_source_image_hash','296e013aa44bb0ed09a430301e58a9b505af624a'),(156,47,'_wp_attached_file','2024/05/bartender.jpg'),(157,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:21:\"2024/05/bartender.jpg\";s:8:\"filesize\";i:406866;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"bartender-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17840;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"bartender-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bartender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bartender-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139530;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"bartender-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(158,48,'_wp_attached_file','2024/05/wineglasses-on-bar-counter.jpg'),(159,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2024/05/wineglasses-on-bar-counter.jpg\";s:8:\"filesize\";i:147721;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"wineglasses-on-bar-counter-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9020;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"wineglasses-on-bar-counter-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"wineglasses-on-bar-counter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"wineglasses-on-bar-counter-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30625;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"wineglasses-on-bar-counter-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,49,'_wp_attached_file','2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg'),(161,50,'_wp_attached_file','2024/05/lajavela-logo-dustland.png'),(162,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:93:\"2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\";s:8:\"filesize\";i:81788;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:93:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12010;}s:5:\"large\";a:5:{s:4:\"file\";s:94:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:93:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:440;s:6:\"height\";i:229;s:4:\"file\";s:34:\"2024/05/lajavela-logo-dustland.png\";s:8:\"filesize\";i:10599;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"lajavela-logo-dustland-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"lajavela-logo-dustland-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(164,50,'_elementor_source_image_hash','9911eb3495fef40586c3e9293b2a8dc81ca1615f'),(165,49,'_elementor_source_image_hash','b1f433782bfc52140b4defe3746224f3bcfc04c4'),(166,51,'_wp_attached_file','2024/05/business-in-the-pub-e1632662253299.jpg'),(167,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2024/05/business-in-the-pub-e1632662253299.jpg\";s:8:\"filesize\";i:304887;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"business-in-the-pub-e1632662253299-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18838;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"business-in-the-pub-e1632662253299-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"business-in-the-pub-e1632662253299-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8439;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"business-in-the-pub-e1632662253299-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79970;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"business-in-the-pub-e1632662253299-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,52,'_wp_attached_file','2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1.jpg'),(169,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:95:\"2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1.jpg\";s:8:\"filesize\";i:81788;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12010;}s:5:\"large\";a:5:{s:4:\"file\";s:96:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,52,'_elementor_source_image_hash','b1f433782bfc52140b4defe3746224f3bcfc04c4'),(171,47,'_elementor_source_image_hash','0bdd919cdc72be529c89de40e4bf102c8a5f0e53'),(172,53,'_wp_attached_file','2024/05/bar-manager-is-making-drinks-at-the-bar.jpg'),(173,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:51:\"2024/05/bar-manager-is-making-drinks-at-the-bar.jpg\";s:8:\"filesize\";i:329838;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"bar-manager-is-making-drinks-at-the-bar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15722;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"bar-manager-is-making-drinks-at-the-bar-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"bar-manager-is-making-drinks-at-the-bar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7801;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"bar-manager-is-making-drinks-at-the-bar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61704;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"bar-manager-is-making-drinks-at-the-bar-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171372;}s:25:\"elementor_custom_820x1024\";a:4:{s:4:\"file\";s:103:\"elementor/thumbs/bar-manager-is-making-drinks-at-the-bar-qojmbauvor08mwtopmehnmw61afgjwndh5z3jfi0ao.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;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:{}}}'),(174,48,'_elementor_source_image_hash','45ba40ab29af7700ccec4482ad63475ba1f4256f'),(175,54,'_wp_attached_file','2024/05/hamburger-and-beer.jpg'),(176,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2024/05/hamburger-and-beer.jpg\";s:8:\"filesize\";i:319036;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"hamburger-and-beer-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12894;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"hamburger-and-beer-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"hamburger-and-beer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"hamburger-and-beer-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104564;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"hamburger-and-beer-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,51,'_elementor_source_image_hash','0fb5c9bccb9347f80ae25ea1b166daaa8b388547'),(178,55,'_elementor_edit_mode','builder'),(179,55,'_elementor_template_type','section'),(180,55,'_elementor_version','3.21.7'),(181,55,'_elementor_data','[{\"id\":\"5e34109e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10b56507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4161e0f7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"210f2ad1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"525be870\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"29f1caf0\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2c8effe8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c45a7b\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false},\"sg_form_name_first_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_name_last_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_phone_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"sg_form_email_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"st_input_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_message_success_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_slideshow_gallery\":[],\"st_message_error_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"423ba87\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b226ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64cfa506\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e883d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68f99834\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39425cbb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29d622c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"190b6c97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"461d3246\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e9390e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"15346cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2335c7a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d616842\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"129a4285\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e19805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1512d2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1fc06026\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49ce27a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2f1cd174\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f4971fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76712b33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Pub & Bar Template Kit by Jegtheme<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"53dbb36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a020ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2021. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(182,56,'_wp_attached_file','2024/05/hamburger-and-beer-1.jpg'),(183,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:2000;s:4:\"file\";s:32:\"2024/05/hamburger-and-beer-1.jpg\";s:8:\"filesize\";i:319036;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"hamburger-and-beer-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12894;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"hamburger-and-beer-1-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"hamburger-and-beer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"hamburger-and-beer-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104564;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"hamburger-and-beer-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(184,57,'_elementor_edit_mode','builder'),(185,57,'_elementor_template_type','section'),(186,57,'_elementor_version','3.21.7'),(187,57,'_elementor_data','[{\"id\":\"5e34109e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10b56507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4161e0f7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"210f2ad1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"525be870\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"29f1caf0\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_separator_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_title_border_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_border_color_background_slideshow_gallery\":[],\"st_focused_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_background_background_slideshow_gallery\":[],\"st_focused_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_focused_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_gradient_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_gradient_color_background_slideshow_gallery\":[],\"st_subtitle_border_left_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_left_background_background_slideshow_gallery\":[],\"st_subtitle_border_right_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_subtitle_border_right_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"2c8effe8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c45a7b\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false},\"sg_form_name_first_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_name_last_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"sg_form_phone_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"sg_form_email_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"st_input_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_input_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_message_success_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_success_background_background_slideshow_gallery\":[],\"st_message_error_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_message_error_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"423ba87\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b226ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64cfa506\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e883d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68f99834\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39425cbb\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29d622c5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"190b6c97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"461d3246\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e9390e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"15346cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2335c7a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d616842\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"129a4285\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e19805\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1512d2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1fc06026\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49ce27a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2f1cd174\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f4971fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76712b33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Pub & Bar Template Kit by Jegtheme<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"53dbb36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a020ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2021. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(188,55,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(189,53,'_elementor_source_image_hash','00d8c14c954c83a52cb97a6fdcca6ae51af254b9'),(190,55,'_wp_page_template','default'),(191,55,'envato_tk_source_kit','14'),(192,55,'envato_tk_source_index','12'),(193,54,'_elementor_source_image_hash','1182cef7af2ae7985bf588eea848c1142ba541d2'),(194,58,'_elementor_edit_mode','builder'),(195,58,'_elementor_template_type','section'),(196,58,'_elementor_version','3.21.7'),(197,58,'_elementor_data','[{\"id\":\"6743c9ba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"height\":\"full\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/wineglasses-on-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"gap\":\"no\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27cc9bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43d1384d\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=1a57499\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"align\":\"right\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"448422c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e846c8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcce66c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

The Page You\\u2019re Looking For Was Not Found<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"43974f1c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(198,59,'_elementor_edit_mode','builder'),(199,59,'_elementor_template_type','section'),(200,59,'_elementor_version','3.21.7'),(201,59,'_elementor_data','[{\"id\":\"6743c9ba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"height\":\"full\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"48\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/wineglasses-on-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"gap\":\"no\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27cc9bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43d1384d\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=1a57499\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"align\":\"right\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"448422c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e846c8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcce66c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

The Page You\\u2019re Looking For Was Not Found<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"43974f1c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back To Home\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(202,60,'_elementor_edit_mode','builder'),(203,58,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(204,60,'_elementor_template_type','section'),(205,60,'_elementor_version','3.21.7'),(206,58,'_wp_page_template','elementor_header_footer'),(207,60,'_elementor_data','[{\"id\":\"5927388e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/drinking-beer-in-the-bar.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"158c52f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dca1c20\",\"elType\":\"widget\",\"settings\":{\"title\":\"A BAR ABOVE IS EASILY ONE OF THE BEST RESOURCES\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a06252\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fdd6778\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a4f8e0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cf008c2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-circle\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_width\":\"auto\",\"align\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"702129\",\"elType\":\"widget\",\"settings\":{\"sg_author_link_to\":\"author\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"st_author_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_author_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_author_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"st_author_alignment_responsive\":\"\",\"_element_width_mobile\":\"auto\",\"st_author_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_author_typography_content_typography_typography\":\"custom\",\"st_author_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_author_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_author_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_author\"},{\"id\":\"5157e667\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7ef91102\",\"elType\":\"widget\",\"settings\":{\"sg_date_format_custom\":\"F j, Y\",\"_element_width\":\"auto\",\"__globals__\":{\"st_date_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_date_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_date_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"st_date_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_date_typography_content_typography_typography\":\"custom\",\"st_date_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_date_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_date_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_date\"},{\"id\":\"201be832\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"76964e8d\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_term_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"st_term_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"st_term_typography_content_typography_typography\":\"custom\",\"st_term_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_term_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_term_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f99bb61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":815,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e3862ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26b35fb5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Way To Enjoy The weekend On La Javela\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"title_color\":\"#0F227B\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c256e1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\\u00a0<\\/p>

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"194015b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/male-and-female-bartender-at-the-bar-counter.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4283bd1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16f82d79\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56b7ab3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e0ca382\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"25\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"},{\"id\":\"22\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-bartender-is-pouring-a-drink.jpg\"},{\"id\":\"51\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/business-in-the-pub-e1632662253299.jpg\"}],\"thumbnail_size\":\"large\",\"slides_to_show\":\"2\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"47dbba24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Good Thinks About Bar and Pub\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36f2eb36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f9e5484\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74faae4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48024595\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus\",\"_id\":\"a5ccdda\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue\",\"_id\":\"1642807\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum\",\"_id\":\"48b1d3a\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"fcd0015\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_color\":\"#094E5E\",\"icon_color_hover\":\"#126E82\",\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"b35c4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5437d100\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus\",\"_id\":\"a5ccdda\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue\",\"_id\":\"1642807\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum\",\"_id\":\"48b1d3a\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"fcd0015\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"684c85b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45669d26\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30c1fd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size\":6,\"_inline_size_mobile\":17,\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54faf441\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Tags :<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"64fbc363\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size\":22,\"_inline_size_mobile\":82,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5340ce05\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":\"\"},\"st_term_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":\"1\"},{\"id\":\"4f7eb1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size\":49,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_mobile\":20,\"_inline_size_tablet\":47,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa8c6b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Share :<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"right\",\"align_mobile\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"11797076\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size\":23,\"content_position\":\"center\",\"_inline_size_mobile\":77,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62361a45\",\"elType\":\"widget\",\"settings\":{\"sg_social_alignment_responsive\":\"right\",\"sg_social_list\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"_id\":\"9284b66\",\"sg_social_brand\":\"facebook\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_brand\":\"twitter\",\"sg_social_label\":\"Twitter\",\"_id\":\"76a75b2\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-whatsapp-1-light\",\"library\":\"jkiticon\"},\"sg_social_brand\":\"whatsapp\",\"sg_social_label\":\"Whatsapp\",\"_id\":\"cc31fc5\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"__globals__\":{\"st_social_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_social_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"st_social_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_social_normal_background_background_color_b\":\"\",\"st_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_shape\":\"square\",\"st_social_alignment_responsive\":\"center\",\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":\"1\"},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"15\",\"left\":\"9\",\"isLinked\":\"\"},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_social_normal_background_background_background\":\"classic\",\"st_social_hover_background_background_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_social_alignment_responsive_mobile\":\"left\",\"st_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_slideshow_gallery\":[],\"st_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_social_share\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5fc550d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color\":\"#76767640\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"119b7dce\",\"elType\":\"widget\",\"settings\":{\"st_form_field_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_slideshow_gallery\":[],\"st_form_field_focus_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_slideshow_gallery\":[],\"st_form_checkbox_icon\":{\"value\":\"jki jki-check-light\",\"library\":\"jkiticon\"},\"st_form_checkbox_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_slideshow_gallery\":[],\"st_form_checkbox_checked_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_comment\"}],\"isInner\":false}],\"isInner\":false}]'),(208,58,'envato_tk_source_kit','14'),(209,58,'envato_tk_source_index','13'),(210,61,'_wp_attached_file','2024/05/beer-and-rustic-food.jpg'),(211,56,'_elementor_source_image_hash','1182cef7af2ae7985bf588eea848c1142ba541d2'),(212,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1469;s:4:\"file\";s:32:\"2024/05/beer-and-rustic-food.jpg\";s:8:\"filesize\";i:422673;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"beer-and-rustic-food-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13160;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"beer-and-rustic-food-1024x752.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:752;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"beer-and-rustic-food-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"beer-and-rustic-food-768x564.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63167;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"beer-and-rustic-food-1536x1128.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,62,'_elementor_edit_mode','builder'),(214,62,'_elementor_template_type','section'),(215,62,'_elementor_version','3.21.7'),(216,62,'_elementor_data','[{\"id\":\"5927388e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/drinking-beer-in-the-bar.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"158c52f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dca1c20\",\"elType\":\"widget\",\"settings\":{\"title\":\"A BAR ABOVE IS EASILY ONE OF THE BEST RESOURCES\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a06252\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2fdd6778\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a4f8e0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_mobile\":\"100\",\"content_position_tablet\":\"center\",\"content_position_mobile\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cf008c2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-circle\",\"library\":\"jkiticon\"},\"size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_width\":\"auto\",\"align\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"702129\",\"elType\":\"widget\",\"settings\":{\"sg_author_link_to\":\"author\",\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"st_author_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_author_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_author_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"st_author_alignment_responsive\":\"\",\"_element_width_mobile\":\"auto\",\"st_author_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"st_author_typography_content_typography_typography\":\"custom\",\"st_author_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_author_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_author_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_author\"},{\"id\":\"5157e667\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7ef91102\",\"elType\":\"widget\",\"settings\":{\"sg_date_format_custom\":\"F j, Y\",\"_element_width\":\"auto\",\"__globals__\":{\"st_date_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_date_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_date_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"st_date_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_date_typography_content_typography_typography\":\"custom\",\"st_date_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_date_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_date_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_date\"},{\"id\":\"201be832\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-folder-open\",\"library\":\"fa-regular\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"auto\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"76964e8d\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"_element_width\":\"auto\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_term_hover_color_responsive\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width_mobile\":\"auto\",\"st_term_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"st_term_typography_content_typography_typography\":\"custom\",\"st_term_typography_content_typography_font_family\":\"Baloo Chettan 2\",\"st_term_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_term_typography_content_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f99bb61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":815,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e3862ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26b35fb5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Way To Enjoy The weekend On La Javela\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"title_color\":\"#0F227B\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c256e1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\\u00a0<\\/p>

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"194015b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/male-and-female-bartender-at-the-bar-counter.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4283bd1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16f82d79\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56b7ab3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e0ca382\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"25\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"},{\"id\":\"22\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-bartender-is-pouring-a-drink.jpg\"},{\"id\":\"51\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/business-in-the-pub-e1632662253299.jpg\"}],\"thumbnail_size\":\"large\",\"slides_to_show\":\"2\",\"navigation\":\"none\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"47dbba24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Good Thinks About Bar and Pub\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36f2eb36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f9e5484\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74faae4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48024595\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus\",\"_id\":\"a5ccdda\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue\",\"_id\":\"1642807\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum\",\"_id\":\"48b1d3a\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"fcd0015\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_color\":\"#094E5E\",\"icon_color_hover\":\"#126E82\",\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"b35c4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5437d100\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quisque aliquet nibh sit amet lectus\",\"_id\":\"a5ccdda\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nulla at metus ultricies, placerat augue\",\"_id\":\"1642807\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Curabitur mollis ex vestibulum\",\"_id\":\"48b1d3a\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Quisque aliquet nibh sit amet lectus auctor\",\"_id\":\"fcd0015\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"684c85b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\\u00a0<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45669d26\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30c1fd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size\":6,\"_inline_size_mobile\":17,\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54faf441\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Tags :<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"64fbc363\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"center\",\"align\":\"center\",\"_inline_size\":22,\"_inline_size_mobile\":82,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5340ce05\",\"elType\":\"widget\",\"settings\":{\"sg_term_separator\":\",\",\"__globals__\":{\"st_term_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_term_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"5\",\"isLinked\":\"\"},\"st_term_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_terms\"}],\"isInner\":\"1\"},{\"id\":\"4f7eb1f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size\":49,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_mobile\":20,\"_inline_size_tablet\":47,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa8c6b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Share :<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"right\",\"align_mobile\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"11797076\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size\":23,\"content_position\":\"center\",\"_inline_size_mobile\":77,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62361a45\",\"elType\":\"widget\",\"settings\":{\"sg_social_alignment_responsive\":\"right\",\"sg_social_list\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"_id\":\"9284b66\",\"sg_social_brand\":\"facebook\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_brand\":\"twitter\",\"sg_social_label\":\"Twitter\",\"_id\":\"76a75b2\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-whatsapp-1-light\",\"library\":\"jkiticon\"},\"sg_social_brand\":\"whatsapp\",\"sg_social_label\":\"Whatsapp\",\"_id\":\"cc31fc5\",\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_background\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_transition_duration\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_background\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"__globals__\":{\"st_social_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_social_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"st_social_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_social_normal_background_background_color_b\":\"\",\"st_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_shape\":\"square\",\"st_social_alignment_responsive\":\"center\",\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":\"1\"},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"9\",\"bottom\":\"15\",\"left\":\"9\",\"isLinked\":\"\"},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_social_normal_background_background_background\":\"classic\",\"st_social_hover_background_background_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_social_alignment_responsive_mobile\":\"left\",\"st_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_social_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_normal_background_background_slideshow_gallery\":[],\"st_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_social_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_social_share\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"5fc550d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"color\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color\":\"#76767640\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"119b7dce\",\"elType\":\"widget\",\"settings\":{\"st_form_field_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_normal_background_background_slideshow_gallery\":[],\"st_form_field_focus_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_field_focus_background_background_slideshow_gallery\":[],\"st_form_checkbox_icon\":{\"value\":\"jki jki-check-light\",\"library\":\"jkiticon\"},\"st_form_checkbox_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_normal_background_background_slideshow_gallery\":[],\"st_form_checkbox_checked_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_form_checkbox_checked_background_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_comment\"}],\"isInner\":false}],\"isInner\":false}]'),(217,60,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(218,60,'_wp_page_template','elementor_header_footer'),(219,60,'envato_tk_source_kit','14'),(220,60,'envato_tk_source_index','8'),(221,63,'_elementor_edit_mode','builder'),(222,63,'_elementor_template_type','page'),(223,63,'_elementor_version','3.21.7'),(224,63,'_elementor_data','[{\"id\":\"77e69eda\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-bartender-is-pouring-a-drink.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3264be70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25542f7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6372e02c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc4c2b6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1c6c584c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Services\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=1a08221\",\"icon_color_hover\":\"globals\\/colors?id=1a08221\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#58005D\",\"text_color_hover\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6141e2dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7104e69b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34cba22e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21c66312\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f6ec4b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1bebf851\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90b0341\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"357f3b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2cb6b0da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"303eeee1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3655d500\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c55bb63\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"332701f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16451b77\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dac105c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"2ab5e54a\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"8b7474c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6856c1a8\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"e945306\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"480c9cfa\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"682e66b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a2d2de8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27726d5c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"7e246af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17122ef1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"205fc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37910c76\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"417713c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"301de926\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93515\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2810b522\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d537ae0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3a76fdf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c082ac3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"626667d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29920cd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b92e8c0\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7393157d\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4506b981\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"791ab458\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5c4970a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"53f71de6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7dc31c94\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70fb5a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f2d482b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b107487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"4c7f2ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ebebda2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"68f48b6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1cb7649b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(225,64,'_elementor_edit_mode','builder'),(226,64,'_elementor_template_type','page'),(227,64,'_elementor_version','3.21.7'); INSERT INTO `anna_postmeta` VALUES (228,64,'_elementor_data','[{\"id\":\"77e69eda\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-bartender-is-pouring-a-drink.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3264be70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25542f7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6372e02c\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc4c2b6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1c6c584c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Services\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=1a08221\",\"icon_color_hover\":\"globals\\/colors?id=1a08221\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#58005D\",\"text_color_hover\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6141e2dc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7104e69b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34cba22e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21c66312\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f6ec4b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1bebf851\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90b0341\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"357f3b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2cb6b0da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"303eeee1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3655d500\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c55bb63\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"332701f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16451b77\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dac105c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"2ab5e54a\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"8b7474c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6856c1a8\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"e945306\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"480c9cfa\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"682e66b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a2d2de8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27726d5c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"7e246af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17122ef1\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"205fc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37910c76\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"417713c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"301de926\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e93515\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2810b522\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d537ae0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3a76fdf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c082ac3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"626667d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29920cd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b92e8c0\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7393157d\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4506b981\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"791ab458\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5c4970a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"53f71de6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7dc31c94\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70fb5a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f2d482b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b107487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"4c7f2ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ebebda2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"68f48b6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1cb7649b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(229,63,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(230,63,'_wp_page_template','elementor_header_footer'),(231,63,'envato_tk_source_kit','14'),(232,63,'envato_tk_source_index','3'),(233,61,'_elementor_source_image_hash','f1baa546ce66c5ead44736b8a73eae02117116b2'),(234,65,'_elementor_edit_mode','builder'),(235,65,'_elementor_template_type','page'),(236,65,'_elementor_version','3.21.7'),(237,65,'_elementor_data','[{\"id\":\"9bb34bc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d6c0512\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f933bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f2f9347\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3dbfa478\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"712dfd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"727d341\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1140\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63fdc565\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"align\":\"center\",\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2690f647\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"icon_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"33fc882e\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL QUESTIONS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"472e92d9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"445fff7a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7545f14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6894324c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Where Can I Find Information?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6f75bf4\",\"sg_accordion_list_open\":\"yes\"},{\"sg_accordion_list_title\":\"What Are Your Terms And Conditions?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6a4960b\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Can I Buy Directly From The Apps?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"031ca60\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"What Kinds of Payment Do You Accept?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"15b1152\",\"sg_accordion_list_open\":0}],\"st_title_open_background_background_background\":\"classic\",\"st_title_open_background_background_color\":\"#28FFBF\",\"st_title_open_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_title_open_background_background_color_b\":\"#30D5C8\",\"st_title_open_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_title_open_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_title_open_border_border_border\":\"solid\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_title_close_color_responsive\":\"#000000\",\"st_title_close_background_background_background\":\"classic\",\"st_title_close_background_background_color_b\":\"#00000000\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_description_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_title_open_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=accent\",\"st_title_open_background_background_color_b\":\"\",\"st_title_close_color_responsive\":\"globals\\/colors?id=text\",\"st_title_close_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_title_close_background_background_color_b\":\"\",\"st_title_close_border_border_color\":\"globals\\/colors?id=primary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_open_border_border_color\":\"globals\\/colors?id=primary\",\"st_border_border_border_color\":\"globals\\/colors?id=primary\"},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"sg_icon_number\":\"yes\",\"sg_icon_right\":{\"value\":\"jki jki-down-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_right_active\":{\"value\":\"jki jki-up-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_left\":{\"value\":\"fas fa-question-circle\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"st_title_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_close_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_close_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_wrapper_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_title_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_left_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"2c533c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"272d9f2c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"What are the age requirements?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6f75bf4\",\"sg_accordion_list_open\":\"yes\"},{\"sg_accordion_list_title\":\"How much is general admission?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6a4960b\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"How much is VIP admission?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"031ca60\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Is smoking allowed inside Bar?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"15b1152\",\"sg_accordion_list_open\":0}],\"st_title_open_background_background_background\":\"classic\",\"st_title_open_background_background_color\":\"#28FFBF\",\"st_title_open_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_title_open_background_background_color_b\":\"#30D5C8\",\"st_title_open_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_title_open_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_title_open_border_border_border\":\"solid\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_title_close_color_responsive\":\"#000000\",\"st_title_close_background_background_background\":\"classic\",\"st_title_close_background_background_color_b\":\"#00000000\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_description_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_title_open_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=accent\",\"st_title_open_background_background_color_b\":\"\",\"st_title_close_color_responsive\":\"globals\\/colors?id=text\",\"st_title_close_background_background_color\":\"globals\\/colors?id=85969d4\",\"st_title_close_background_background_color_b\":\"\",\"st_title_close_border_border_color\":\"globals\\/colors?id=primary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_open_border_border_color\":\"globals\\/colors?id=primary\",\"st_border_border_border_color\":\"globals\\/colors?id=primary\"},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"sg_icon_number\":\"yes\",\"sg_icon_right\":{\"value\":\"jki jki-down-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_right_active\":{\"value\":\"jki jki-up-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_left\":{\"value\":\"fas fa-question-circle\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"020\",\"left\":\"30\",\"isLinked\":false},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"st_title_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_close_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_open_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_close_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_wrapper_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_title_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_left_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2a0ec007\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"34\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"background_overlay_color_b\":\"#0B131582\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_color\":\"#0B1315\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"736a4f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6c1f4a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"REVERSE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6d470703\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35a39b07\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"129db266\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=eeee00f\"},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ec27a7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19ea022\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=20dcb0b\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"441499d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f72a6a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f9fb10d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f88f6e9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MENUS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"fe70927\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aa29728\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1c0f2d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c0fad7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"401a3c5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64c4408d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"MARGARITA COCKTAIL\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"28\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/margarita-cocktail.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"509dda28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a5740bb\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF BEERS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"42\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-taps-in-a-pub.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"ee113ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d992c7c\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF FOODS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"54\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/hamburger-and-beer.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(238,66,'_elementor_edit_mode','builder'),(239,66,'_elementor_template_type','page'),(240,66,'_elementor_version','3.21.7'),(241,66,'_elementor_data','[{\"id\":\"9bb34bc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d6c0512\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f933bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f2f9347\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3dbfa478\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"712dfd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"727d341\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1140\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63fdc565\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"align\":\"center\",\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2690f647\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"icon_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"33fc882e\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL QUESTIONS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"472e92d9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"445fff7a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7545f14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6894324c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"Where Can I Find Information?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6f75bf4\",\"sg_accordion_list_open\":\"yes\"},{\"sg_accordion_list_title\":\"What Are Your Terms And Conditions?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6a4960b\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Can I Buy Directly From The Apps?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"031ca60\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"What Kinds of Payment Do You Accept?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"15b1152\",\"sg_accordion_list_open\":0}],\"st_title_open_background_background_background\":\"classic\",\"st_title_open_background_background_color\":\"#28FFBF\",\"st_title_open_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_title_open_background_background_color_b\":\"#30D5C8\",\"st_title_open_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_title_open_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_title_open_border_border_border\":\"solid\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_title_close_color_responsive\":\"#000000\",\"st_title_close_background_background_background\":\"classic\",\"st_title_close_background_background_color_b\":\"#00000000\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_description_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_title_open_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=accent\",\"st_title_open_background_background_color_b\":\"\",\"st_title_close_color_responsive\":\"globals\\/colors?id=text\",\"st_title_close_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_title_close_background_background_color_b\":\"\",\"st_title_close_border_border_color\":\"globals\\/colors?id=primary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_open_border_border_color\":\"globals\\/colors?id=primary\",\"st_border_border_border_color\":\"globals\\/colors?id=primary\"},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"sg_icon_number\":\"yes\",\"sg_icon_right\":{\"value\":\"jki jki-down-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_right_active\":{\"value\":\"jki jki-up-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_left\":{\"value\":\"fas fa-question-circle\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"st_title_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_close_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_close_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_wrapper_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_title_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_left_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true},{\"id\":\"2c533c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"272d9f2c\",\"elType\":\"widget\",\"settings\":{\"sg_accordion_list\":[{\"sg_accordion_list_title\":\"What are the age requirements?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6f75bf4\",\"sg_accordion_list_open\":\"yes\"},{\"sg_accordion_list_title\":\"How much is general admission?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"6a4960b\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"How much is VIP admission?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"031ca60\",\"sg_accordion_list_open\":0},{\"sg_accordion_list_title\":\"Is smoking allowed inside Bar?\",\"sg_accordion_list_content\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/p>\",\"_id\":\"15b1152\",\"sg_accordion_list_open\":0}],\"st_title_open_background_background_background\":\"classic\",\"st_title_open_background_background_color\":\"#28FFBF\",\"st_title_open_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_title_open_background_background_color_b\":\"#30D5C8\",\"st_title_open_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_title_open_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_title_open_border_border_border\":\"solid\",\"st_title_open_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_open_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_title_close_color_responsive\":\"#000000\",\"st_title_close_background_background_background\":\"classic\",\"st_title_close_background_background_color_b\":\"#00000000\",\"st_title_close_border_border_border\":\"solid\",\"st_title_close_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_title_close_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"st_description_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_border_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"st_border_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_title_open_color_responsive\":\"globals\\/colors?id=primary\",\"st_title_open_background_background_color\":\"globals\\/colors?id=accent\",\"st_title_open_background_background_color_b\":\"\",\"st_title_close_color_responsive\":\"globals\\/colors?id=text\",\"st_title_close_background_background_color\":\"globals\\/colors?id=85969d4\",\"st_title_close_background_background_color_b\":\"\",\"st_title_close_border_border_color\":\"globals\\/colors?id=primary\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_open_border_border_color\":\"globals\\/colors?id=primary\",\"st_border_border_border_color\":\"globals\\/colors?id=primary\"},\"st_description_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"sg_icon_number\":\"yes\",\"sg_icon_right\":{\"value\":\"jki jki-down-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_right_active\":{\"value\":\"jki jki-up-arrow1-light\",\"library\":\"jkiticon\"},\"sg_icon_left\":{\"value\":\"fas fa-question-circle\",\"library\":\"fa-solid\"},\"sg_icon_left_active\":{\"value\":\"fas fa-exclamation-circle\",\"library\":\"fa-solid\"},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_title_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"020\",\"left\":\"30\",\"isLinked\":false},\"st_title_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"st_title_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"st_icon_open_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_close_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_icon_open_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_icon_close_size_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_wrapper_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_open_background_background_slideshow_gallery\":[],\"st_wrapper_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_close_background_background_slideshow_gallery\":[],\"st_wrapper_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_hover_background_background_slideshow_gallery\":[],\"st_title_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_open_background_background_slideshow_gallery\":[],\"st_title_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_close_background_background_slideshow_gallery\":[],\"st_title_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_hover_background_background_slideshow_gallery\":[],\"st_description_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_description_background_background_slideshow_gallery\":[],\"st_icon_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_open_background_background_slideshow_gallery\":[],\"st_icon_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_close_background_background_slideshow_gallery\":[],\"st_icon_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_background_background_slideshow_gallery\":[],\"st_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_background_background_slideshow_gallery\":[],\"st_icon_overide_left_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_open_background_background_slideshow_gallery\":[],\"st_icon_overide_left_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_close_background_background_slideshow_gallery\":[],\"st_icon_overide_left_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_left_hover_background_background_slideshow_gallery\":[],\"st_icon_overide_right_open_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_open_background_background_slideshow_gallery\":[],\"st_icon_overide_right_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_close_background_background_slideshow_gallery\":[],\"st_icon_overide_right_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_overide_right_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2a0ec007\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"34\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"background_overlay_color_b\":\"#0B131582\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_color\":\"#0B1315\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"736a4f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6c1f4a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"REVERSE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6d470703\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35a39b07\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"129db266\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=eeee00f\"},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ec27a7d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19ea022\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=20dcb0b\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"441499d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f72a6a6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f9fb10d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f88f6e9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MENUS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"fe70927\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aa29728\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1c0f2d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c0fad7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"401a3c5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64c4408d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"MARGARITA COCKTAIL\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"28\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/margarita-cocktail.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"509dda28\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a5740bb\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF BEERS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"42\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-taps-in-a-pub.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"ee113ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d992c7c\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF FOODS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"54\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/hamburger-and-beer.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(242,65,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(243,65,'_wp_page_template','elementor_header_footer'),(244,65,'envato_tk_source_kit','14'),(245,65,'envato_tk_source_index','6'),(246,67,'_elementor_edit_mode','builder'),(247,67,'_elementor_template_type','page'),(248,67,'_elementor_version','3.21.7'),(249,67,'_elementor_data','[{\"id\":\"3cf4db54\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cocktail-e1632779394576.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5bc9fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ade1a2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7a1868\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18750c41\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cb37372\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Menu\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f067c7c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=20dcb0b\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"de68e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"676eaaa9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d9230c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a459d05\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MENUS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2780eb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4681ae5b\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"40f62c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f1dc2b1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ea0ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37aac7b1\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"MARGARITA COCKTAIL\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"28\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/margarita-cocktail.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"67c2644c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3925b788\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF BEERS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"42\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-taps-in-a-pub.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"5d858fc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"230307e6\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF FOODS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"54\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/hamburger-and-beer.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18d0a392\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"34\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"background_overlay_color_b\":\"#0B131582\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_color\":\"#0B1315\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39c88f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72840304\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"REVERSE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a65f611\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ba7c224\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"50dc696d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=eeee00f\"},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a2f3935\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d90f284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"560601f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dbf1935\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"56b29f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1462a572\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"664b84e0\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"st_readmore_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_icon_spacing_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(250,68,'_elementor_edit_mode','builder'),(251,68,'_elementor_template_type','page'),(252,68,'_elementor_version','3.21.7'),(253,68,'_elementor_data','[{\"id\":\"3cf4db54\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/cocktail-e1632779394576.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5bc9fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ade1a2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7a1868\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18750c41\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cb37372\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Menu\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f067c7c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=20dcb0b\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"de68e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"676eaaa9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d9230c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a459d05\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MENUS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2780eb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR MENU\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4681ae5b\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"40f62c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f1dc2b1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ea0ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37aac7b1\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"MARGARITA COCKTAIL\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"28\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/margarita-cocktail.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"67c2644c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3925b788\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF BEERS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"42\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-taps-in-a-pub.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"5d858fc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"230307e6\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF FOODS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\",\"sg_button_label\":\"Order Now\",\"sg_image_choose\":{\"id\":\"54\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/hamburger-and-beer.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=primary\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=1a08221\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"sg_button_enable\":\"yes\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_title_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18d0a392\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"34\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"background_overlay_color_b\":\"#0B131582\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"border_color\":\"#0B1315\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39c88f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72840304\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"REVERSE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a65f611\",\"elType\":\"widget\",\"settings\":{\"title\":\"BOOK A TABLE\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ba7c224\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"50dc696d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=eeee00f\"},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":15,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.3)\"},\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a2f3935\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d90f284\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"560601f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dbf1935\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"56b29f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1462a572\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"664b84e0\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"st_readmore_icon_spacing_responsive_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_icon_spacing_responsive_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_readmore_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(254,67,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(255,67,'_wp_page_template','elementor_header_footer'),(256,67,'envato_tk_source_kit','14'),(257,67,'envato_tk_source_index','5'),(258,69,'_wp_attached_file','2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture.jpg'),(259,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:108:\"2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture.jpg\";s:8:\"filesize\";i:560189;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:108:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19370;}s:5:\"large\";a:5:{s:4:\"file\";s:109:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:108:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:108:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89883;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:110:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,70,'_wp_attached_file','2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg'),(261,71,'_wp_attached_file','2024/05/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg'),(262,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:110:\"2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\";s:8:\"filesize\";i:560189;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:110:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19370;}s:5:\"large\";a:5:{s:4:\"file\";s:111:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:110:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:110:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89883;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:112:\"bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1098;s:4:\"file\";s:102:\"2024/05/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\";s:8:\"filesize\";i:125169;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:102:\"Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8811;}s:5:\"large\";a:5:{s:4:\"file\";s:103:\"Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3-643x1024.jpg\";s:5:\"width\";i:643;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:102:\"Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,71,'_elementor_source_image_hash','de3820965fa7a2ac5de79ee311b7b9deaf0bdb42'),(265,70,'_elementor_source_image_hash','5598e041ecc6efce59849abe1b0d43f8b813b3d7'),(266,69,'_elementor_source_image_hash','5598e041ecc6efce59849abe1b0d43f8b813b3d7'),(267,72,'_wp_attached_file','2024/05/portrait-of-bartender-crossing-arms-3.jpeg'),(268,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:50:\"2024/05/portrait-of-bartender-crossing-arms-3.jpeg\";s:8:\"filesize\";i:131379;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"portrait-of-bartender-crossing-arms-3-188x300.jpeg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18370;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"portrait-of-bartender-crossing-arms-3-642x1024.jpeg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"portrait-of-bartender-crossing-arms-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(269,72,'_elementor_source_image_hash','948f3c52265dba8e1cb52228b782cb9431e337d0'),(270,73,'_wp_attached_file','2024/05/bartender-hand-at-multicolored-fashion-drinks.jpg'),(271,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1252;s:4:\"file\";s:57:\"2024/05/bartender-hand-at-multicolored-fashion-drinks.jpg\";s:8:\"filesize\";i:354843;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"bartender-hand-at-multicolored-fashion-drinks-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16615;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"bartender-hand-at-multicolored-fashion-drinks-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"bartender-hand-at-multicolored-fashion-drinks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"bartender-hand-at-multicolored-fashion-drinks-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66731;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"bartender-hand-at-multicolored-fashion-drinks-1536x962.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,74,'_wp_attached_file','2024/05/bartender-hand-at-multicolored-fashion-drinks-1.jpg'),(273,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1252;s:4:\"file\";s:59:\"2024/05/bartender-hand-at-multicolored-fashion-drinks-1.jpg\";s:8:\"filesize\";i:354843;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"bartender-hand-at-multicolored-fashion-drinks-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16615;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"bartender-hand-at-multicolored-fashion-drinks-1-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"bartender-hand-at-multicolored-fashion-drinks-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"bartender-hand-at-multicolored-fashion-drinks-1-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66731;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"bartender-hand-at-multicolored-fashion-drinks-1-1536x962.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(274,73,'_elementor_source_image_hash','ef6ba7b3000949361033b68163c3dd1637537dbb'),(275,75,'_wp_attached_file','2024/05/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg'),(276,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:690;s:6:\"height\";i:1100;s:4:\"file\";s:95:\"2024/05/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\";s:8:\"filesize\";i:116887;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13804;}s:5:\"large\";a:5:{s:4:\"file\";s:96:\"smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628-642x1024.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(277,74,'_elementor_source_image_hash','ef6ba7b3000949361033b68163c3dd1637537dbb'),(278,75,'_elementor_source_image_hash','c3665b7f9a1e710c359ebc755fbaa41ba18ff83b'),(279,76,'_wp_attached_file','2024/05/toasting-in-bar-e1633530050704.jpg'),(280,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1611;s:4:\"file\";s:42:\"2024/05/toasting-in-bar-e1633530050704.jpg\";s:8:\"filesize\";i:181790;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"toasting-in-bar-e1633530050704-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16833;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"toasting-in-bar-e1633530050704-763x1024.jpg\";s:5:\"width\";i:763;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"toasting-in-bar-e1633530050704-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"toasting-in-bar-e1633530050704-768x1031.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95770;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"toasting-in-bar-e1633530050704-1144x1536.jpg\";s:5:\"width\";i:1144;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168498;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,77,'_wp_attached_file','2024/05/toasting-in-bar-e1633793100370.jpg'),(282,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1074;s:4:\"file\";s:42:\"2024/05/toasting-in-bar-e1633793100370.jpg\";s:8:\"filesize\";i:102108;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"toasting-in-bar-e1633793100370-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16637;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"toasting-in-bar-e1633793100370-763x1024.jpg\";s:5:\"width\";i:763;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"toasting-in-bar-e1633793100370-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7721;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"toasting-in-bar-e1633793100370-768x1031.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(283,77,'_elementor_source_image_hash','1ac11472a2b621b75da0cde5b5cd8724d78485c8'),(284,76,'_elementor_source_image_hash','4793abaee48795da3f0a30054a0a79703195fc71'),(285,78,'_wp_attached_file','2024/05/set-of-bar-accessories-e1633793117988.jpg'),(286,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1074;s:4:\"file\";s:49:\"2024/05/set-of-bar-accessories-e1633793117988.jpg\";s:8:\"filesize\";i:130555;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"set-of-bar-accessories-e1633793117988-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18276;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"set-of-bar-accessories-e1633793117988-763x1024.jpg\";s:5:\"width\";i:763;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"set-of-bar-accessories-e1633793117988-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8101;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"set-of-bar-accessories-e1633793117988-768x1031.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(287,78,'_elementor_source_image_hash','1f03ff5c909774793871a5e59847b7a30acc023d'),(288,79,'_wp_attached_file','2024/05/set-of-bar-accessories-e1633530062611.jpg'),(289,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1611;s:4:\"file\";s:49:\"2024/05/set-of-bar-accessories-e1633530062611.jpg\";s:8:\"filesize\";i:245382;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"set-of-bar-accessories-e1633530062611-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18571;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"set-of-bar-accessories-e1633530062611-763x1024.jpg\";s:5:\"width\";i:763;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122357;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"set-of-bar-accessories-e1633530062611-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"set-of-bar-accessories-e1633530062611-768x1031.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122981;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"set-of-bar-accessories-e1633530062611-1144x1536.jpg\";s:5:\"width\";i:1144;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,80,'_wp_attached_file','2024/05/teamwork-at-the-pub-e1632662164386.jpg'),(291,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:945;s:4:\"file\";s:46:\"2024/05/teamwork-at-the-pub-e1632662164386.jpg\";s:8:\"filesize\";i:247599;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"teamwork-at-the-pub-e1632662164386-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14792;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"teamwork-at-the-pub-e1632662164386-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"teamwork-at-the-pub-e1632662164386-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"teamwork-at-the-pub-e1632662164386-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"teamwork-at-the-pub-e1632662164386-1536x756.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,79,'_elementor_source_image_hash','882191907beb80c6fb9ee82f695b8ea7ffe45a4a'),(293,80,'_elementor_source_image_hash','dcbe0138275eda5acf886b574f269a17cbf4435e'),(294,81,'_wp_attached_file','2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg'),(295,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1077;s:4:\"file\";s:86:\"2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\";s:8:\"filesize\";i:111085;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16893;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982-761x1024.jpg\";s:5:\"width\";i:761;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982-768x1034.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,81,'_elementor_source_image_hash','cf2332aa1c3df9e040534ea78a601b98a840af8f'),(297,82,'_wp_attached_file','2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg'),(298,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1615;s:4:\"file\";s:86:\"2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg\";s:8:\"filesize\";i:204744;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17063;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-761x1024.jpg\";s:5:\"width\";i:761;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103935;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-768x1034.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105039;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-1141x1536.jpg\";s:5:\"width\";i:1141;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(299,83,'_wp_attached_file','2024/05/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg'),(300,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1331;s:4:\"file\";s:59:\"2024/05/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\";s:8:\"filesize\";i:262236;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"man-in-sunglasses-sitting-at-the-counter-in-bar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12403;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"man-in-sunglasses-sitting-at-the-counter-in-bar-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72327;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"man-in-sunglasses-sitting-at-the-counter-in-bar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"man-in-sunglasses-sitting-at-the-counter-in-bar-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47149;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"man-in-sunglasses-sitting-at-the-counter-in-bar-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(301,82,'_elementor_source_image_hash','72ab74e4ce8049083192915353df8dd86acf6cbe'),(302,84,'_wp_attached_file','2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg'),(303,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1075;s:4:\"file\";s:73:\"2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\";s:8:\"filesize\";i:112735;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17614;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347-762x1024.jpg\";s:5:\"width\";i:762;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347-768x1032.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1032;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(304,83,'_elementor_source_image_hash','8f7c351da1df366159c4f02e30fb4d54f82a8da3'),(305,84,'_elementor_source_image_hash','900fcd37db7912d3ef39f649bbde8ac47f94f8e6'),(306,85,'_wp_attached_file','2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg'),(307,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1613;s:4:\"file\";s:73:\"2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg\";s:8:\"filesize\";i:208455;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17827;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786-762x1024.jpg\";s:5:\"width\";i:762;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786-768x1032.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1032;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105908;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:75:\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786-1143x1536.jpg\";s:5:\"width\";i:1143;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(308,86,'_wp_attached_file','2024/05/smiling-man-with-beard-e1626833582823.jpeg'),(309,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:970;s:6:\"height\";i:1025;s:4:\"file\";s:50:\"2024/05/smiling-man-with-beard-e1626833582823.jpeg\";s:8:\"filesize\";i:178314;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"smiling-man-with-beard-e1626833582823-284x300.jpeg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"smiling-man-with-beard-e1626833582823-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"smiling-man-with-beard-e1626833582823-768x812.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,85,'_elementor_source_image_hash','62e2744a2d3890f076c445d8633ce9370cb35120'),(311,86,'_elementor_source_image_hash','adf1ef5a01bcc75b75f13e304a7392e9d8296c7c'),(312,87,'_elementor_edit_mode','builder'),(313,87,'_elementor_template_type','page'),(314,87,'_elementor_version','3.21.7'),(315,87,'_elementor_data','[{\"id\":\"1d6074ff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-at-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41f357f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1da876c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f6d7060\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56017b7a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7989e3c4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342ff6b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"182b584c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78bf9d98\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"553a7b5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE PUBS AND BARS EXIST SINCE YEARS 2001\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"403be3c2\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28e4cd8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7983b858\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f0c3281\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e482d01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53a35ec4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"436e43dc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4c9e7836\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"951e369\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7a541490\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1df06a43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496b1d76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"323ef9ff\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=secondary\"},\"_offset_x_tablet\":{\"size\":40.95400000000000062527760746888816356658935546875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":29.867000000000000881072992342524230480194091796875,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"sg_icon_choose\":{\"value\":\"fas fa-grip-horizontal\",\"library\":\"fa-solid\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51c9a2d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36a6a727\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ad30ea7\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"2bbc46fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"196c7110\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"2c3d417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4184134c\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21ec6b69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f20e540\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f2a39c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"695f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a4a0060\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"76\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633530050704.jpg\"},{\"id\":\"79\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633530062611.jpg\"},{\"id\":\"82\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg\"},{\"id\":\"85\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"30a464a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6916eed9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5a5619f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c4ec3a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"131417c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6862c52a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e5e2ccb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2918f51d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"49550798\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61d11311\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ac0831c\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(316,88,'_elementor_edit_mode','builder'),(317,89,'_wp_attached_file','2024/05/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg'),(318,88,'_elementor_template_type','page'),(319,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:70:\"2024/05/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\";s:8:\"filesize\";i:312517;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12205;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50724;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153742;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(320,88,'_elementor_version','3.21.7'),(321,88,'_elementor_data','[{\"id\":\"1d6074ff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-counter-at-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41f357f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1da876c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f6d7060\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56017b7a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7989e3c4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342ff6b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"182b584c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78bf9d98\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"553a7b5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE PUBS AND BARS EXIST SINCE YEARS 2001\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"403be3c2\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28e4cd8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7983b858\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f0c3281\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e482d01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53a35ec4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"436e43dc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4c9e7836\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"951e369\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7a541490\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1df06a43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496b1d76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"323ef9ff\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=secondary\"},\"_offset_x_tablet\":{\"size\":40.95400000000000062527760746888816356658935546875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":29.867000000000000881072992342524230480194091796875,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"sg_icon_choose\":{\"value\":\"fas fa-grip-horizontal\",\"library\":\"fa-solid\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51c9a2d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36a6a727\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ad30ea7\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"2bbc46fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"196c7110\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"2c3d417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4184134c\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21ec6b69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f20e540\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f2a39c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"695f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a4a0060\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"76\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633530050704.jpg\"},{\"id\":\"79\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633530062611.jpg\"},{\"id\":\"82\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg\"},{\"id\":\"85\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"30a464a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6916eed9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5a5619f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c4ec3a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"131417c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6862c52a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e5e2ccb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2918f51d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"49550798\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61d11311\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ac0831c\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(322,87,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(323,87,'_wp_page_template','elementor_header_footer'),(324,87,'envato_tk_source_kit','14'),(325,87,'envato_tk_source_index','2'),(326,89,'_elementor_source_image_hash','ead3f755fc5001dfb4fef230c8b4738eb150474a'),(327,90,'_elementor_edit_mode','builder'),(328,90,'_elementor_template_type','page'),(329,90,'_elementor_version','3.21.7'); INSERT INTO `anna_postmeta` VALUES (330,90,'_elementor_data','[{\"id\":\"1f73d038\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/male-and-female-bartender-at-the-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a45c4de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ac5070\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70327041\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb037ac\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48b4a301\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Team\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#58005D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4324ae2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1189129c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717c484a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"701e85f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7250ac0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24a8a4b2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aebf1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3db07a86\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4d92ec6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"187a012e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24bbcfd7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"318c92f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bc1c876\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ac8857\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"42d30df5\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37d8d1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44d83df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1413fff1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1e1c518c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2da36b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"468ca0be\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"6dcf9e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5002221f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a4b20f3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4649da4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"54788ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c3e2cd1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"71\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"409d4553\",\"elType\":\"widget\",\"settings\":{\"title\":\"KELLY DUUN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1c76418\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"535af31a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"72\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/portrait-of-bartender-crossing-arms-3.jpeg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"31eaf7ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2af298a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37a7eca6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"75\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"f292eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"DONNA RUTH\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bce7b29\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cc96e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7be8275\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"71\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"29510fbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"KELLY DUUN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"564a35e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ed8a4d3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"72\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/portrait-of-bartender-crossing-arms-3.jpeg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5510a8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5424ea0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"470aab71\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"75\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"10ab3f40\",\"elType\":\"widget\",\"settings\":{\"title\":\"DONNA RUTH\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"233b27c0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77cdb23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52ff48b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4979c471\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7d2834\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"60620b82\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2df622a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b1a1a3a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ac8cfd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42a4b232\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"2207ac28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"780609e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6093fd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59cb31a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"189b954e\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43570f93\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b78eb5b\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_readmore_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(331,91,'_elementor_edit_mode','builder'),(332,91,'_elementor_template_type','page'),(333,91,'_elementor_version','3.21.7'),(334,91,'_elementor_data','[{\"id\":\"1f73d038\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"24\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/male-and-female-bartender-at-the-bar-counter.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a45c4de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ac5070\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70327041\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb037ac\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0abeef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48b4a301\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Our Team\",\"selected_icon\":{\"value\":\"jki jki-slash-solid\",\"library\":\"jkiticon\"},\"_id\":\"f6bf668\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"\",\"icon_color_hover\":\"\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":\"200\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_color\":\"#BFDD00\",\"text_color\":\"#58005D\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Open Sans Hebrew\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4324ae2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1189129c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717c484a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"701e85f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7250ac0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24a8a4b2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aebf1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3db07a86\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4d92ec6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"187a012e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24bbcfd7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"318c92f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bc1c876\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ac8857\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"42d30df5\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"37d8d1ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"60\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44d83df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1413fff1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"1e1c518c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2da36b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"468ca0be\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"6dcf9e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5002221f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a4b20f3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"4649da4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"54788ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c3e2cd1\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"71\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"409d4553\",\"elType\":\"widget\",\"settings\":{\"title\":\"KELLY DUUN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1c76418\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"535af31a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"72\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/portrait-of-bartender-crossing-arms-3.jpeg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"31eaf7ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2af298a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37a7eca6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"75\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"f292eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"DONNA RUTH\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bce7b29\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cc96e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7be8275\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"71\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"29510fbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"KELLY DUUN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"564a35e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ed8a4d3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"72\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/portrait-of-bartender-crossing-arms-3.jpeg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"5510a8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5424ea0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"470aab71\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"75\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"10ab3f40\",\"elType\":\"widget\",\"settings\":{\"title\":\"DONNA RUTH\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"233b27c0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77cdb23c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52ff48b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4979c471\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7d2834\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"60620b82\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2df622a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b1a1a3a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ac8cfd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42a4b232\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"2207ac28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"780609e1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6093fd27\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59cb31a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"189b954e\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43570f93\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b78eb5b\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_typography_content_typography_typography\":\"custom\",\"st_readmore_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_readmore_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_readmore_typography_content_typography_font_weight\":\"600\",\"st_readmore_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_readmore_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(335,90,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(336,90,'_wp_page_template','elementor_header_footer'),(337,90,'envato_tk_source_kit','14'),(338,90,'envato_tk_source_index','4'),(339,92,'_elementor_edit_mode','builder'),(340,92,'_elementor_template_type','section'),(341,92,'_elementor_version','3.21.7'),(342,93,'_elementor_edit_mode','builder'),(343,93,'_elementor_template_type','section'),(344,93,'_elementor_version','3.21.7'),(345,92,'_wp_page_template','elementor_header_footer'),(346,92,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (347,92,'_elementor_data','[{\"id\":\"64e96d05\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"901024b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fa67744\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1e330942\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"736c3adc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ca60ef3\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a84316\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22d5af68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"19a27609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64d35f6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b510c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"301f02c1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"607fc4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75f73d07\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"855094b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16b27cc1\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7aff2045\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7a096d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b24ad2b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67432e06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e79dea9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2df469bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5677a67e\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1880d5a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42b76e9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2459a688\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"720bf69a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5cb59f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15a75c34\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2c7891b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7421e75b\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"95c2b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b31e725\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5fcd48b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1505afeb\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"sg_icon_choose\":{\"value\":\"fas fa-grip-horizontal\",\"library\":\"fa-solid\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7278e91f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d3fba95\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a97a291\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"204f6bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65784ecf\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"49c3274e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a3c5e70\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"3c755d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"362f1c6c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ef43938\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2182ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"233ca729\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"1bc062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dcfe197\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"223505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"729d3725\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51cae29c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2eb4b381\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"707da327\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1025f2b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e6e1d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2e443495\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"892a656\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"39756665\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a372f8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dc27e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46435fe1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f0f6a02\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"283c1085\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68591c5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"691dcfee\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7fa27a1c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7bec7a18\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a3a7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"20778f2b\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"cd2fc12\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37230cad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f06ce1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c4a3ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c565f17\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"622ca7be\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\",\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"37fa5fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30c114aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3d300a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"317fe50e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71ed5310\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44e58373\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e6c7cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e1532b5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"57962831\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aeeb651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46e948be\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d527670\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"720e676a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"24554ae7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"57055467\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f3bfee2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"630df646\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"499f7033\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bd21cd9\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7a32346a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1276b136\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d850854\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"43980f0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6639401a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"b68e03b\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9e2cabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"950fa91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b79b1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d071fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e378ff1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"506be76\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2899433a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"369178a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"47680dee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bd359c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a77ad92\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"188d711b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"51ad4e80\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dfdd5e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7882277e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"163febb\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fcda2bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7998da59\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(348,94,'_elementor_edit_mode','builder'),(349,94,'_elementor_template_type','section'),(350,94,'_elementor_version','3.21.7'),(351,94,'_wp_page_template','default'),(352,94,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(353,94,'_elementor_data','[{\"id\":\"64e96d05\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"901024b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fa67744\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1e330942\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"736c3adc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ca60ef3\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a84316\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22d5af68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"19a27609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64d35f6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b510c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"301f02c1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"607fc4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75f73d07\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"855094b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16b27cc1\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7aff2045\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7a096d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b24ad2b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67432e06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e79dea9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2df469bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5677a67e\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1880d5a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42b76e9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2459a688\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"720bf69a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5cb59f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15a75c34\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2c7891b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7421e75b\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"95c2b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b31e725\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5fcd48b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1505afeb\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"sg_icon_choose\":{\"value\":\"fas fa-grip-horizontal\",\"library\":\"fa-solid\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7278e91f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d3fba95\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a97a291\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"204f6bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65784ecf\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"49c3274e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a3c5e70\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"3c755d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"362f1c6c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_type_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ef43938\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2182ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"233ca729\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"1bc062f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dcfe197\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"223505e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"729d3725\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\",\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51cae29c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2eb4b381\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"707da327\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1025f2b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75e6e1d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2e443495\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"892a656\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"39756665\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a372f8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dc27e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46435fe1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f0f6a02\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"283c1085\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68591c5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"691dcfee\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_header\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7fa27a1c\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"7bec7a18\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a3a7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"20778f2b\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"cd2fc12\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"sg_setting_hover_watermark_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"sg_icon_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_background_background_slideshow_gallery\":[],\"st_container_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_container_hover_background_background_slideshow_gallery\":[],\"st_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_gradient_background_slideshow_gallery\":[],\"st_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_icon_hover_gradient_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"st_background_overlay_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_color_background_slideshow_gallery\":[],\"st_background_overlay_hover_color_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_background_overlay_hover_color_background_slideshow_gallery\":[],\"st_badge_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_badge_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37230cad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f06ce1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c4a3ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c565f17\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"622ca7be\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\",\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"37fa5fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30c114aa\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3d300a61\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"317fe50e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71ed5310\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44e58373\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e6c7cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e1532b5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"57962831\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aeeb651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46e948be\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d527670\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"720e676a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"24554ae7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"57055467\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f3bfee2\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"630df646\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"499f7033\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bd21cd9\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7a32346a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1276b136\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d850854\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"43980f0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6639401a\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"},\"sg_social_normal_color\":\"\",\"sg_social_normal_background_background_gradient_notice\":\"\",\"sg_social_normal_background_background_color\":\"\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_color_b\":\"#f2295b\",\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_gradient_type\":\"linear\",\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_social_normal_background_background_gradient_position\":\"center center\",\"sg_social_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_position\":\"\",\"sg_social_normal_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_normal_background_background_attachment\":\"\",\"sg_social_normal_background_background_repeat\":\"\",\"sg_social_normal_background_background_size\":\"\",\"sg_social_normal_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_normal_background_background_video_link\":\"\",\"sg_social_normal_background_background_video_start\":\"\",\"sg_social_normal_background_background_video_end\":\"\",\"sg_social_normal_background_background_play_once\":\"\",\"sg_social_normal_background_background_play_on_mobile\":\"\",\"sg_social_normal_background_background_privacy_mode\":\"\",\"sg_social_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_normal_background_background_slideshow_gallery\":[],\"sg_social_normal_background_background_slideshow_loop\":\"yes\",\"sg_social_normal_background_background_slideshow_slide_duration\":5000,\"sg_social_normal_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_normal_background_background_slideshow_transition_duration\":500,\"sg_social_normal_background_background_slideshow_background_size\":\"\",\"sg_social_normal_background_background_slideshow_background_position\":\"\",\"sg_social_normal_background_background_slideshow_lazyload\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns\":\"\",\"sg_social_normal_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_normal_border_border_border\":\"\",\"sg_social_normal_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_normal_border_border_color\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_normal_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_normal_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_normal_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_normal_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"sg_social_hover_color\":\"\",\"sg_social_hover_background_background_gradient_notice\":\"\",\"sg_social_hover_background_background_color\":\"\",\"sg_social_hover_background_background_color_b\":\"#f2295b\",\"sg_social_hover_background_background_gradient_type\":\"linear\",\"sg_social_hover_background_background_gradient_position\":\"center center\",\"sg_social_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_position\":\"\",\"sg_social_hover_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_social_hover_background_background_attachment\":\"\",\"sg_social_hover_background_background_repeat\":\"\",\"sg_social_hover_background_background_size\":\"\",\"sg_social_hover_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_social_hover_background_background_video_link\":\"\",\"sg_social_hover_background_background_video_start\":\"\",\"sg_social_hover_background_background_video_end\":\"\",\"sg_social_hover_background_background_play_once\":\"\",\"sg_social_hover_background_background_play_on_mobile\":\"\",\"sg_social_hover_background_background_privacy_mode\":\"\",\"sg_social_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_social_hover_background_background_slideshow_gallery\":[],\"sg_social_hover_background_background_slideshow_loop\":\"yes\",\"sg_social_hover_background_background_slideshow_slide_duration\":5000,\"sg_social_hover_background_background_slideshow_slide_transition\":\"fade\",\"sg_social_hover_background_background_slideshow_transition_duration\":500,\"sg_social_hover_background_background_slideshow_background_size\":\"\",\"sg_social_hover_background_background_slideshow_background_position\":\"\",\"sg_social_hover_background_background_slideshow_lazyload\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns\":\"\",\"sg_social_hover_background_background_slideshow_ken_burns_zoom_direction\":\"in\",\"sg_social_hover_border_border_border\":\"\",\"sg_social_hover_border_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sg_social_hover_border_border_color\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow_type\":\"\",\"sg_social_hover_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"sg_social_hover_boxshadow_box_shadow_box_shadow_position\":\" \",\"sg_social_hover_textshadow_text_shadow_text_shadow_type\":\"\",\"sg_social_hover_textshadow_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"sg_popup_close_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"st_content_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_normal_background_background_slideshow_gallery\":[],\"st_content_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_hover_background_background_slideshow_gallery\":[],\"st_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_background_background_slideshow_gallery\":[],\"st_image_overlay_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_image_overlay_background_background_slideshow_gallery\":[],\"st_control_modal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_control_modal_background_background_slideshow_gallery\":[],\"st_close_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_normal_background_background_slideshow_gallery\":[],\"st_close_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_close_hover_background_background_slideshow_gallery\":[],\"st_hover_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hover_content_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"b68e03b\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9e2cabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"950fa91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b79b1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d071fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e378ff1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"506be76\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2899433a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"369178a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"47680dee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bd359c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a77ad92\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\",\"sg_testimonials_list_background_background_background\":\"\",\"sg_testimonials_list_background_background_gradient_notice\":\"\",\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_type\":\"linear\",\"sg_testimonials_list_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"sg_testimonials_list_background_background_gradient_position\":\"center center\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_position\":\"\",\"sg_testimonials_list_background_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_testimonials_list_background_background_attachment\":\"\",\"sg_testimonials_list_background_background_repeat\":\"\",\"sg_testimonials_list_background_background_size\":\"\",\"sg_testimonials_list_background_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_background_size\":\"\",\"sg_testimonials_list_background_background_slideshow_background_position\":\"\",\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"188d711b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"51ad4e80\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dfdd5e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7882277e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"163febb\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fcda2bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7998da59\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"sg_content_comment_icon\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"sg_content_meta_author_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"pagination_prev_icon\":{\"value\":\"jki jki-angle-left-solid\",\"library\":\"jkiticon\"},\"pagination_next_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"pagination_icon\":{\"value\":\"\",\"library\":\"\"},\"st_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_wrapper_background_background_slideshow_gallery\":[],\"st_post_item_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_post_item_background_background_slideshow_gallery\":[],\"st_thumbnail_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_background_slideshow_gallery\":[],\"st_thumbnail_background_overlay_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_background_overlay_background_slideshow_gallery\":[],\"st_thumbnail_container_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_thumbnail_container_background_background_slideshow_gallery\":[],\"st_content_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_content_background_background_slideshow_gallery\":[],\"st_category_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_category_background_background_slideshow_gallery\":[],\"st_title_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_title_background_background_slideshow_gallery\":[],\"st_readmore_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_normal_background_background_slideshow_gallery\":[],\"st_readmore_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_readmore_hover_background_background_slideshow_gallery\":[],\"st_preload_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_background_background_slideshow_gallery\":[],\"st_preload_dot_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_preload_dot_background_background_slideshow_gallery\":[],\"st_pagination_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_normal_background_background_slideshow_gallery\":[],\"st_pagination_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_hover_background_background_slideshow_gallery\":[],\"st_pagination_disabled_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_pagination_disabled_background_background_slideshow_gallery\":[],\"st_nocontent_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_nocontent_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(354,92,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(355,92,'envato_tk_source_kit','14'),(356,92,'envato_tk_source_index','1'),(358,95,'_edit_last','1'),(359,95,'_edit_lock','1716415504:1'),(360,95,'_wp_page_template','elementor_canvas'),(361,95,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(362,95,'ehf_target_exclude_locations','a:0:{}'),(363,95,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(364,95,'ehf_template_type','type_header'),(365,95,'_elementor_edit_mode','builder'),(366,95,'_elementor_template_type','wp-post'),(367,95,'_elementor_version','3.21.7'),(369,97,'_edit_last','1'),(370,97,'_edit_lock','1716416301:1'),(371,97,'_wp_page_template','default'),(372,97,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(373,97,'ehf_target_exclude_locations','a:0:{}'),(374,97,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(375,97,'ehf_template_type','type_footer'),(376,97,'_elementor_edit_mode','builder'),(377,97,'_elementor_template_type','wp-post'),(378,97,'_elementor_version','3.21.7'),(388,100,'_wp_page_template','default'),(389,100,'_elementor_edit_mode','builder'),(390,100,'_elementor_template_type','wp-post'),(391,100,'_elementor_version','3.21.7'),(393,101,'_wp_page_template','default'),(394,101,'_elementor_edit_mode','builder'),(395,101,'_elementor_template_type','wp-post'),(396,101,'_elementor_version','3.21.7'),(398,95,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(399,102,'_wp_page_template','elementor_canvas'),(400,102,'_elementor_edit_mode','builder'),(401,102,'_elementor_template_type','wp-post'),(402,102,'_elementor_version','3.21.7'),(404,102,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(405,95,'_elementor_page_assets','a:0:{}'),(415,104,'_wp_page_template','default'),(416,104,'_elementor_edit_mode','builder'),(417,104,'_elementor_template_type','wp-post'),(418,104,'_elementor_version','3.21.7'),(420,105,'_wp_page_template','default'),(421,105,'_elementor_edit_mode','builder'),(422,105,'_elementor_template_type','wp-post'),(423,105,'_elementor_version','3.21.7'),(425,97,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"},{\"text\":\" Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1829708\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(426,106,'_wp_page_template','default'),(427,106,'_elementor_edit_mode','builder'),(428,106,'_elementor_template_type','wp-post'),(429,106,'_elementor_version','3.21.7'),(431,106,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(432,97,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(434,107,'_menu_item_type','post_type'),(435,107,'_menu_item_menu_item_parent','0'),(436,107,'_menu_item_object_id','12'),(437,107,'_menu_item_object','page'),(438,107,'_menu_item_target',''),(439,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,107,'_menu_item_xfn',''),(441,107,'_menu_item_url',''),(443,108,'_menu_item_type','custom'),(444,108,'_menu_item_menu_item_parent','0'),(445,108,'_menu_item_object_id','108'),(446,108,'_menu_item_object','custom'),(447,108,'_menu_item_target',''),(448,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(449,108,'_menu_item_xfn',''),(450,108,'_menu_item_url','#'),(452,109,'_menu_item_type','custom'),(453,109,'_menu_item_menu_item_parent','0'),(454,109,'_menu_item_object_id','109'),(455,109,'_menu_item_object','custom'),(456,109,'_menu_item_target',''),(457,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(458,109,'_menu_item_xfn',''),(459,109,'_menu_item_url','#'),(461,110,'_menu_item_type','custom'),(462,110,'_menu_item_menu_item_parent','0'),(463,110,'_menu_item_object_id','110'),(464,110,'_menu_item_object','custom'),(465,110,'_menu_item_target',''),(466,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,110,'_menu_item_xfn',''),(468,110,'_menu_item_url','#'),(470,111,'_menu_item_type','custom'),(471,111,'_menu_item_menu_item_parent','0'),(472,111,'_menu_item_object_id','111'),(473,111,'_menu_item_object','custom'),(474,111,'_menu_item_target',''),(475,111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(476,111,'_menu_item_xfn',''),(477,111,'_menu_item_url','#'),(479,112,'_menu_item_type','custom'),(480,112,'_menu_item_menu_item_parent','0'),(481,112,'_menu_item_object_id','112'),(482,112,'_menu_item_object','custom'),(483,112,'_menu_item_target',''),(484,112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(485,112,'_menu_item_xfn',''),(486,112,'_menu_item_url','#'),(488,12,'_elementor_edit_mode','builder'),(489,12,'_elementor_template_type','wp-page'),(490,12,'_elementor_version','3.21.7'),(501,114,'_elementor_edit_mode','builder'),(502,114,'_elementor_template_type','wp-page'),(503,114,'_elementor_version','3.21.7'),(504,115,'_elementor_edit_mode','builder'),(505,115,'_elementor_template_type','wp-page'),(506,115,'_elementor_version','3.21.7'),(507,12,'_wp_page_template','elementor_header_footer'),(508,12,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(509,12,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":23,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000014\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(510,116,'_elementor_edit_mode','builder'),(511,116,'_elementor_template_type','wp-page'),(512,116,'_elementor_version','3.21.7'),(513,116,'_wp_page_template','elementor_header_footer'),(514,116,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (515,116,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(516,12,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(518,117,'_elementor_edit_mode','builder'),(519,117,'_elementor_template_type','wp-page'),(520,117,'_elementor_version','3.21.7'),(521,117,'_wp_page_template','elementor_header_footer'),(522,117,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(523,117,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(524,117,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(526,118,'_elementor_edit_mode','builder'),(527,118,'_elementor_template_type','wp-page'),(528,118,'_elementor_version','3.21.7'),(529,118,'_wp_page_template','elementor_header_footer'),(530,118,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(531,118,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(532,118,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(534,119,'_elementor_edit_mode','builder'),(535,119,'_elementor_template_type','wp-page'),(536,119,'_elementor_version','3.21.7'),(537,119,'_wp_page_template','elementor_header_footer'),(538,119,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(539,119,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TOThe German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(540,119,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(543,120,'_elementor_edit_mode','builder'),(544,120,'_elementor_template_type','wp-page'),(545,120,'_elementor_version','3.21.7'),(546,120,'_wp_page_template','elementor_header_footer'),(547,120,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(548,120,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TOThe German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(549,120,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(551,121,'_elementor_edit_mode','builder'),(552,121,'_elementor_template_type','wp-page'),(553,121,'_elementor_version','3.21.7'),(554,121,'_wp_page_template','elementor_header_footer'),(555,121,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(556,121,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TOThe German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(557,121,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(559,122,'_elementor_edit_mode','builder'),(560,122,'_elementor_template_type','wp-page'),(561,122,'_elementor_version','3.21.7'),(562,122,'_wp_page_template','elementor_header_footer'),(563,122,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (564,122,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(565,122,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(568,16,'_edit_lock','1716400404:1'),(573,123,'_elementor_edit_mode','builder'),(574,123,'_elementor_template_type','kit'),(575,123,'_elementor_version','3.21.7'),(576,123,'_wp_page_template','default'),(577,123,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#430059\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(578,123,'_elementor_data','[]'),(579,123,'_elementor_page_assets','a:0:{}'),(585,124,'_elementor_edit_mode','builder'),(586,124,'_elementor_template_type','kit'),(587,124,'_elementor_version','3.21.7'),(588,124,'_wp_page_template','default'),(589,124,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFA500\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(590,124,'_elementor_data','[]'),(591,124,'_elementor_page_assets','a:0:{}'),(597,125,'_elementor_edit_mode','builder'),(598,125,'_elementor_template_type','kit'),(599,125,'_elementor_version','3.21.7'),(600,125,'_wp_page_template','default'),(601,125,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(602,125,'_elementor_data','[]'),(603,125,'_elementor_page_assets','a:0:{}'),(609,126,'_elementor_edit_mode','builder'),(610,126,'_elementor_template_type','kit'),(611,126,'_elementor_version','3.21.7'),(612,126,'_wp_page_template','default'),(613,126,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#BFDD00\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(614,126,'_elementor_data','[]'),(615,126,'_elementor_page_assets','a:0:{}'),(621,127,'_elementor_edit_mode','builder'),(622,127,'_elementor_template_type','kit'),(623,127,'_elementor_version','3.21.7'),(624,127,'_wp_page_template','default'),(625,127,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFA500\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(626,127,'_elementor_data','[]'),(627,127,'_elementor_page_assets','a:0:{}'),(633,128,'_elementor_edit_mode','builder'),(634,128,'_elementor_template_type','kit'),(635,128,'_elementor_version','3.21.7'),(636,128,'_wp_page_template','default'),(637,128,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#000000\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(638,128,'_elementor_data','[]'),(639,128,'_elementor_page_assets','a:0:{}'),(645,129,'_elementor_edit_mode','builder'),(646,129,'_elementor_template_type','kit'),(647,129,'_elementor_version','3.21.7'),(648,129,'_wp_page_template','default'),(649,129,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(650,129,'_elementor_data','[]'),(651,129,'_elementor_page_assets','a:0:{}'),(657,130,'_elementor_edit_mode','builder'),(658,130,'_elementor_template_type','kit'),(659,130,'_elementor_version','3.21.7'),(660,130,'_wp_page_template','default'),(661,130,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#FFFFFC\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(662,130,'_elementor_data','[]'),(663,130,'_elementor_page_assets','a:0:{}'),(669,131,'_elementor_edit_mode','builder'),(670,131,'_elementor_template_type','kit'),(671,131,'_elementor_version','3.21.7'),(672,131,'_wp_page_template','default'),(673,131,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#FFA500\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(674,131,'_elementor_data','[]'),(675,131,'_elementor_page_assets','a:0:{}'),(681,132,'_elementor_edit_mode','builder'),(682,132,'_elementor_template_type','kit'),(683,132,'_elementor_version','3.21.7'),(684,132,'_wp_page_template','default'),(685,132,'_elementor_page_settings','a:62:{s:17:\"custom_typography\";a:9:{i:0;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3625c15\";s:5:\"title\";s:9:\"Menu Text\";}i:1;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"7c8fc8f\";s:5:\"title\";s:13:\"Subtitle Hero\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"de04c32\";s:5:\"title\";s:13:\"Button Header\";}i:3;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"5fe74b4\";s:5:\"title\";s:11:\"Hero Button\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:4;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"c6f9bfd\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";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:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b76cf0\";s:5:\"title\";s:2:\"H3\";}i:6;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"b602a0e\";s:5:\"title\";s:2:\"H6\";}i:7;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"1a57499\";s:5:\"title\";s:8:\"404 Text\";s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:160;s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:5:\"title\";s:6:\"Text 2\";s:3:\"_id\";s:7:\"bbfef34\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Open Sans Hebrew\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}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:\"#D78B00\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#000000\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"dc4aa94\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"1a08221\";s:5:\"title\";s:13:\"Second Accent\";s:5:\"color\";s:7:\"#B1CD05\";}i:2;a:3:{s:3:\"_id\";s:7:\"a91fc1f\";s:5:\"title\";s:9:\"Text Grey\";s:5:\"color\";s:7:\"#767676\";}i:3;a:3:{s:3:\"_id\";s:7:\"85969d4\";s:5:\"title\";s:6:\"Grey 2\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"58fe348\";s:5:\"title\";s:11:\"Transparant\";s:5:\"color\";s:9:\"#0A81AB00\";}i:5;a:3:{s:3:\"_id\";s:7:\"f001d83\";s:5:\"title\";s:17:\"white transparant\";s:5:\"color\";s:9:\"#FFFFFF40\";}i:6;a:3:{s:3:\"_id\";s:7:\"ba183d1\";s:5:\"title\";s:6:\"Grey 3\";s:5:\"color\";s:7:\"#c9c1c1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}}i:1;a:10:{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:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:70;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}}i:2;a:10:{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:16:\"Open Sans Hebrew\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:9:\"H4 Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Barlow Condensed\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:24:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:24:\"globals/colors?id=accent\";s:8:\"h1_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=primary\";s:8:\"h2_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h2_typography_typography\";s:31:\"globals/typography?id=secondary\";s:8:\"h3_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=2b76cf0\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h4_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h5_color\";s:25:\"globals/colors?id=dc4aa94\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=c6f9bfd\";s:8:\"h6_color\";s:24:\"globals/colors?id=accent\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=b602a0e\";s:16:\"form_label_color\";s:25:\"globals/colors?id=dc4aa94\";s:32:\"form_label_typography_typography\";s:29:\"globals/typography?id=bbfef34\";s:27:\"form_field_background_color\";s:25:\"globals/colors?id=85969d4\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=5fe74b4\";s:17:\"button_text_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=1a08221\";s:21:\"body_background_color\";s:25:\"globals/colors?id=primary\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#0A81AB\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"600\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#0C4271\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"600\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h3_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#0C4271\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"600\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h4_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:23;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h5_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#BFDD00\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:16:\"Barlow Condensed\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:28:\"h6_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.5;s:5:\"sizes\";a:0:{}}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:16:\"form_label_color\";s:7:\"#000000\";s:27:\"form_field_background_color\";s:7:\"#EAEAEA\";s:24:\"form_field_border_border\";s:5:\"solid\";s:23:\"form_field_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:18:\"form_field_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:26:\"body_background_background\";s:7:\"classic\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:9:\"site_name\";s:9:\"Ana Hills\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";}'),(686,132,'_elementor_data','[]'),(687,132,'_elementor_page_assets','a:0:{}'),(693,133,'_elementor_edit_mode','builder'),(694,133,'_elementor_template_type','wp-page'),(695,133,'_elementor_version','3.21.7'),(696,133,'_wp_page_template','elementor_header_footer'),(697,133,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(698,133,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(699,133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(701,134,'_elementor_edit_mode','builder'),(702,134,'_elementor_template_type','wp-page'),(703,134,'_elementor_version','3.21.7'),(704,134,'_wp_page_template','elementor_header_footer'),(705,134,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(706,134,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#430059\",\"hover_color\":\"#430059\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_background_hover_color\":\"#B1CD05\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"background_color\":\"#BFDD00\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=secondary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(707,134,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(709,135,'_elementor_edit_mode','builder'),(710,135,'_elementor_template_type','wp-page'),(711,135,'_elementor_version','3.21.7'),(712,135,'_wp_page_template','elementor_header_footer'),(713,135,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(714,135,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(715,135,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(718,136,'_elementor_edit_mode','builder'),(719,136,'_elementor_template_type','wp-page'),(720,136,'_elementor_version','3.21.7'),(721,136,'_wp_page_template','elementor_header_footer'),(722,136,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(723,136,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(724,136,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(726,137,'_elementor_edit_mode','builder'),(727,137,'_elementor_template_type','wp-page'),(728,137,'_elementor_version','3.21.7'),(729,137,'_wp_page_template','elementor_header_footer'),(730,137,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (731,137,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#0C4271\",\"st_client_designation_normal_color_responsive\":\"#767676\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"globals\\/colors?id=f001d83\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#0A81AB\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#0A81AB\",\"st_quote_normal_color_responsive\":\"#FFFFFF40\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(732,137,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(734,138,'_elementor_edit_mode','builder'),(735,138,'_elementor_template_type','wp-page'),(736,138,'_elementor_version','3.21.7'),(737,138,'_wp_page_template','elementor_header_footer'),(738,138,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(739,138,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(740,138,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(743,139,'_elementor_edit_mode','builder'),(744,139,'_elementor_template_type','wp-page'),(745,139,'_elementor_version','3.21.7'),(746,139,'_wp_page_template','elementor_header_footer'),(747,139,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(748,139,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(749,139,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(751,140,'_elementor_edit_mode','builder'),(752,140,'_elementor_template_type','wp-page'),(753,140,'_elementor_version','3.21.7'),(754,140,'_wp_page_template','elementor_header_footer'),(755,140,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(756,140,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"background_overlay_color\":\"#66005B\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(757,140,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(759,141,'_elementor_edit_mode','builder'),(760,141,'_elementor_template_type','wp-page'),(761,141,'_elementor_version','3.21.7'),(762,141,'_wp_page_template','elementor_header_footer'),(763,141,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(764,141,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(765,141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(768,142,'_elementor_edit_mode','builder'),(769,142,'_elementor_template_type','wp-page'),(770,142,'_elementor_version','3.21.7'),(771,142,'_wp_page_template','elementor_header_footer'),(772,142,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(773,142,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(774,142,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(776,143,'_elementor_edit_mode','builder'),(777,143,'_elementor_template_type','wp-page'),(778,143,'_elementor_version','3.21.7'),(779,143,'_wp_page_template','elementor_header_footer'),(780,143,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (781,143,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(782,143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(784,144,'_elementor_edit_mode','builder'),(785,144,'_elementor_template_type','wp-page'),(786,144,'_elementor_version','3.21.7'),(787,144,'_wp_page_template','elementor_header_footer'),(788,144,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(789,144,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(790,144,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(793,145,'_wp_attached_file','2024/05/image_2024_05_22T16_56_53_274Z222.png'),(794,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:120;s:6:\"height\";i:132;s:4:\"file\";s:45:\"2024/05/image_2024_05_22T16_56_53_274Z222.png\";s:8:\"filesize\";i:29857;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(795,146,'_wp_page_template','elementor_canvas'),(796,146,'_elementor_edit_mode','builder'),(797,146,'_elementor_template_type','wp-post'),(798,146,'_elementor_version','3.21.7'),(799,146,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(800,146,'_elementor_page_assets','a:0:{}'),(802,147,'_wp_page_template','elementor_canvas'),(803,147,'_elementor_edit_mode','builder'),(804,147,'_elementor_template_type','wp-post'),(805,147,'_elementor_version','3.21.7'),(806,147,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(807,147,'_elementor_page_assets','a:0:{}'),(809,148,'_wp_page_template','elementor_canvas'),(810,148,'_elementor_edit_mode','builder'),(811,148,'_elementor_template_type','wp-post'),(812,148,'_elementor_version','3.21.7'),(813,148,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(814,148,'_elementor_page_assets','a:0:{}'),(816,149,'_wp_page_template','elementor_canvas'),(817,149,'_elementor_edit_mode','builder'),(818,149,'_elementor_template_type','wp-post'),(819,149,'_elementor_version','3.21.7'),(820,149,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(821,149,'_elementor_page_assets','a:0:{}'),(822,150,'_wp_page_template','elementor_canvas'),(823,150,'_elementor_edit_mode','builder'),(824,150,'_elementor_template_type','wp-post'),(825,150,'_elementor_version','3.21.7'),(826,150,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(827,150,'_elementor_page_assets','a:0:{}'),(828,151,'_wp_page_template','elementor_canvas'),(829,151,'_elementor_edit_mode','builder'),(830,151,'_elementor_template_type','wp-post'),(831,151,'_elementor_version','3.21.7'),(832,151,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(833,151,'_elementor_page_assets','a:0:{}'),(835,152,'_wp_page_template','elementor_canvas'),(836,152,'_elementor_edit_mode','builder'),(837,152,'_elementor_template_type','wp-post'),(838,152,'_elementor_version','3.21.7'),(839,152,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(840,152,'_elementor_page_assets','a:0:{}'),(842,153,'_wp_page_template','elementor_canvas'),(843,153,'_elementor_edit_mode','builder'),(844,153,'_elementor_template_type','wp-post'),(845,153,'_elementor_version','3.21.7'),(846,153,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(847,153,'_elementor_page_assets','a:0:{}'),(849,154,'_wp_page_template','elementor_canvas'),(850,154,'_elementor_edit_mode','builder'),(851,154,'_elementor_template_type','wp-post'),(852,154,'_elementor_version','3.21.7'),(853,154,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(854,154,'_elementor_page_assets','a:0:{}'),(857,16,'_elementor_css','a:6:{s:4:\"time\";i:1716399729;s:5:\"fonts\";a:2:{i:0;s:16:\"Barlow Condensed\";i:2;s:16:\"Open Sans Hebrew\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(861,155,'_wp_page_template','elementor_canvas'),(862,155,'_elementor_edit_mode','builder'),(863,155,'_elementor_template_type','wp-post'),(864,155,'_elementor_version','3.21.7'),(865,155,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(866,155,'_elementor_page_assets','a:0:{}'),(867,155,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(868,156,'_wp_page_template','elementor_canvas'),(869,156,'_elementor_edit_mode','builder'),(870,156,'_elementor_template_type','wp-post'),(871,156,'_elementor_version','3.21.7'),(872,156,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland-1.png\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(873,156,'_elementor_page_assets','a:0:{}'),(874,156,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(875,157,'_wp_page_template','elementor_canvas'),(876,157,'_elementor_edit_mode','builder'),(877,157,'_elementor_template_type','wp-post'),(878,157,'_elementor_version','3.21.7'),(879,157,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(880,157,'_elementor_page_assets','a:0:{}'),(881,157,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(883,158,'_wp_page_template','elementor_canvas'),(884,158,'_elementor_edit_mode','builder'),(885,158,'_elementor_template_type','wp-post'),(886,158,'_elementor_version','3.21.7'),(887,158,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(888,158,'_elementor_page_assets','a:0:{}'),(889,158,'_elementor_css','a:6:{s:4:\"time\";i:1716399921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(890,159,'_wp_page_template','elementor_canvas'),(891,159,'_elementor_edit_mode','builder'),(892,159,'_elementor_template_type','wp-post'),(893,159,'_elementor_version','3.21.7'),(894,159,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(895,159,'_elementor_page_assets','a:0:{}'),(896,159,'_elementor_css','a:6:{s:4:\"time\";i:1716399921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(897,160,'_wp_page_template','elementor_canvas'),(898,160,'_elementor_edit_mode','builder'),(899,160,'_elementor_template_type','wp-post'),(900,160,'_elementor_version','3.21.7'),(901,160,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(902,160,'_elementor_page_assets','a:0:{}'),(903,160,'_elementor_css','a:6:{s:4:\"time\";i:1716399921;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(905,161,'_wp_page_template','default'),(906,161,'_elementor_edit_mode','builder'),(907,161,'_elementor_template_type','wp-post'),(908,161,'_elementor_version','3.21.7'),(909,161,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(910,161,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(911,161,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(912,162,'_wp_page_template','default'),(913,162,'_elementor_edit_mode','builder'),(914,162,'_elementor_template_type','wp-post'),(915,162,'_elementor_version','3.21.7'),(916,162,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=1a08221\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(917,162,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(918,162,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(919,163,'_wp_page_template','default'),(920,163,'_elementor_edit_mode','builder'),(921,163,'_elementor_template_type','wp-post'),(922,163,'_elementor_version','3.21.7'),(923,163,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(924,163,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(925,163,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(927,164,'_wp_page_template','default'),(928,164,'_elementor_edit_mode','builder'),(929,164,'_elementor_template_type','wp-post'),(930,164,'_elementor_version','3.21.7'),(931,164,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(932,164,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(933,164,'_elementor_css','a:6:{s:4:\"time\";i:1716400001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(934,165,'_wp_page_template','default'),(935,165,'_elementor_edit_mode','builder'),(936,165,'_elementor_template_type','wp-post'),(937,165,'_elementor_version','3.21.7'),(938,165,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/lajavela-logo-dustland.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(939,165,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(940,165,'_elementor_css','a:6:{s:4:\"time\";i:1716400001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(941,166,'_wp_page_template','default'),(942,166,'_elementor_edit_mode','builder'),(943,166,'_elementor_template_type','wp-post'),(944,166,'_elementor_version','3.21.7'),(945,166,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(946,166,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(947,166,'_elementor_css','a:6:{s:4:\"time\";i:1716400001;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(948,167,'_wp_page_template','default'),(949,167,'_elementor_edit_mode','builder'),(950,167,'_elementor_template_type','wp-post'),(951,167,'_elementor_version','3.21.7'),(952,167,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(953,167,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(954,168,'_wp_page_template','default'),(955,168,'_elementor_edit_mode','builder'),(956,168,'_elementor_template_type','wp-post'),(957,168,'_elementor_version','3.21.7'),(958,168,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(959,168,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(960,169,'_wp_page_template','default'),(961,169,'_elementor_edit_mode','builder'),(962,169,'_elementor_template_type','wp-post'),(963,169,'_elementor_version','3.21.7'),(964,169,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(965,169,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(966,170,'_wp_page_template','default'),(967,170,'_elementor_edit_mode','builder'),(968,170,'_elementor_template_type','wp-post'),(969,170,'_elementor_version','3.21.7'),(970,170,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(971,170,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(972,171,'_wp_page_template','default'),(973,171,'_elementor_edit_mode','builder'),(974,171,'_elementor_template_type','wp-post'),(975,171,'_elementor_version','3.21.7'),(976,171,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(977,171,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(978,172,'_wp_page_template','default'),(979,172,'_elementor_edit_mode','builder'),(980,172,'_elementor_template_type','wp-post'),(981,172,'_elementor_version','3.21.7'),(982,172,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(983,172,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(984,173,'_wp_page_template','elementor_canvas'),(985,173,'_elementor_edit_mode','builder'),(986,173,'_elementor_template_type','wp-post'),(987,173,'_elementor_version','3.21.7'),(988,173,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(989,173,'_elementor_page_assets','a:0:{}'),(990,173,'_elementor_css','a:6:{s:4:\"time\";i:1716399938;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(991,174,'_wp_page_template','elementor_canvas'),(992,174,'_elementor_edit_mode','builder'),(993,174,'_elementor_template_type','wp-post'),(994,174,'_elementor_version','3.21.7'),(995,174,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(996,174,'_elementor_page_assets','a:0:{}'),(997,174,'_elementor_css','a:6:{s:4:\"time\";i:1716399938;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(998,175,'_wp_page_template','elementor_canvas'),(999,175,'_elementor_edit_mode','builder'),(1000,175,'_elementor_template_type','wp-post'),(1001,175,'_elementor_version','3.21.7'),(1002,175,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1003,175,'_elementor_page_assets','a:0:{}'),(1004,175,'_elementor_css','a:6:{s:4:\"time\";i:1716399938;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1007,176,'_wp_page_template','elementor_canvas'),(1008,176,'_elementor_edit_mode','builder'),(1009,176,'_elementor_template_type','wp-post'),(1010,176,'_elementor_version','3.21.7'),(1011,176,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1012,176,'_elementor_page_assets','a:0:{}'),(1013,176,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1014,177,'_wp_page_template','elementor_canvas'),(1015,177,'_elementor_edit_mode','builder'),(1016,177,'_elementor_template_type','wp-post'),(1017,177,'_elementor_version','3.21.7'),(1018,177,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1019,177,'_elementor_page_assets','a:0:{}'),(1020,177,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1021,178,'_wp_page_template','elementor_canvas'),(1022,178,'_elementor_edit_mode','builder'),(1023,178,'_elementor_template_type','wp-post'),(1024,178,'_elementor_version','3.21.7'),(1025,178,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1026,178,'_elementor_page_assets','a:0:{}'),(1027,178,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1029,179,'_wp_page_template','elementor_canvas'),(1030,179,'_elementor_edit_mode','builder'),(1031,179,'_elementor_template_type','wp-post'),(1032,179,'_elementor_version','3.21.7'),(1033,179,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1034,179,'_elementor_page_assets','a:0:{}'),(1035,179,'_elementor_css','a:6:{s:4:\"time\";i:1716400122;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1036,180,'_wp_page_template','elementor_canvas'),(1037,180,'_elementor_edit_mode','builder'),(1038,180,'_elementor_template_type','wp-post'),(1039,180,'_elementor_version','3.21.7'),(1040,180,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1041,180,'_elementor_page_assets','a:0:{}'),(1042,180,'_elementor_css','a:6:{s:4:\"time\";i:1716400122;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1043,181,'_wp_page_template','elementor_canvas'),(1044,181,'_elementor_edit_mode','builder'),(1045,181,'_elementor_template_type','wp-post'),(1046,181,'_elementor_version','3.21.7'),(1047,181,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1048,181,'_elementor_page_assets','a:0:{}'),(1049,181,'_elementor_css','a:6:{s:4:\"time\";i:1716400122;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1051,182,'_wp_page_template','elementor_canvas'),(1052,182,'_elementor_edit_mode','builder'),(1053,182,'_elementor_template_type','wp-post'),(1054,182,'_elementor_version','3.21.7'),(1055,182,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1056,182,'_elementor_page_assets','a:0:{}'),(1057,182,'_elementor_css','a:6:{s:4:\"time\";i:1716400133;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1058,183,'_wp_page_template','elementor_canvas'),(1059,183,'_elementor_edit_mode','builder'),(1060,183,'_elementor_template_type','wp-post'),(1061,183,'_elementor_version','3.21.7'),(1062,183,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1063,183,'_elementor_page_assets','a:0:{}'),(1064,183,'_elementor_css','a:6:{s:4:\"time\";i:1716400133;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1065,184,'_wp_page_template','elementor_canvas'),(1066,184,'_elementor_edit_mode','builder'),(1067,184,'_elementor_template_type','wp-post'),(1068,184,'_elementor_version','3.21.7'),(1069,184,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1070,184,'_elementor_page_assets','a:0:{}'),(1071,184,'_elementor_css','a:6:{s:4:\"time\";i:1716400133;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1073,185,'_wp_page_template','elementor_canvas'),(1074,185,'_elementor_edit_mode','builder'),(1075,185,'_elementor_template_type','wp-post'),(1076,185,'_elementor_version','3.21.7'),(1077,185,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1078,185,'_elementor_page_assets','a:0:{}'),(1079,185,'_elementor_css','a:6:{s:4:\"time\";i:1716400244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1080,186,'_wp_page_template','elementor_canvas'),(1081,186,'_elementor_edit_mode','builder'),(1082,186,'_elementor_template_type','wp-post'),(1083,186,'_elementor_version','3.21.7'),(1084,186,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1085,186,'_elementor_page_assets','a:0:{}'),(1086,186,'_elementor_css','a:6:{s:4:\"time\";i:1716400244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1087,187,'_wp_page_template','elementor_canvas'),(1088,187,'_elementor_edit_mode','builder'),(1089,187,'_elementor_template_type','wp-post'),(1090,187,'_elementor_version','3.21.7'),(1091,187,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1092,187,'_elementor_page_assets','a:0:{}'),(1093,187,'_elementor_css','a:6:{s:4:\"time\";i:1716400244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1095,188,'_wp_attached_file','2024/05/2_0_70_1dick_macks_pub_dingle_ireland.jpg'),(1096,188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1797;s:6:\"height\";i:1200;s:4:\"file\";s:49:\"2024/05/2_0_70_1dick_macks_pub_dingle_ireland.jpg\";s:8:\"filesize\";i:399891;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2_0_70_1dick_macks_pub_dingle_ireland-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22143;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"2_0_70_1dick_macks_pub_dingle_ireland-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2_0_70_1dick_macks_pub_dingle_ireland-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"2_0_70_1dick_macks_pub_dingle_ireland-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100438;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"2_0_70_1dick_macks_pub_dingle_ireland-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306348;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1097,189,'_elementor_edit_mode','builder'),(1098,189,'_elementor_template_type','wp-page'),(1099,189,'_elementor_version','3.21.7'),(1100,189,'_wp_page_template','elementor_header_footer'),(1101,189,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1102,189,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1103,189,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1104,189,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1105,190,'_elementor_edit_mode','builder'),(1106,190,'_elementor_template_type','wp-page'),(1107,190,'_elementor_version','3.21.7'),(1108,190,'_wp_page_template','elementor_header_footer'),(1109,190,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1110,190,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1111,190,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1112,190,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1113,191,'_elementor_edit_mode','builder'),(1114,191,'_elementor_template_type','wp-page'),(1115,191,'_elementor_version','3.21.7'),(1116,191,'_wp_page_template','elementor_header_footer'),(1117,191,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1118,191,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1119,191,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1120,191,'_elementor_css','a:6:{s:4:\"time\";i:1716399730;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1122,192,'_wp_attached_file','2024/05/Bar_Area_at_.--scaled.jpg'),(1123,192,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:33:\"2024/05/Bar_Area_at_.--scaled.jpg\";s:8:\"filesize\";i:820581;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Bar_Area_at_.--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20069;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Bar_Area_at_.--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Bar_Area_at_.--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Bar_Area_at_.--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96893;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"Bar_Area_at_.--1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:319895;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"Bar_Area_at_.--2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:539187;}s:25:\"elementor_custom_760x1024\";a:4:{s:4:\"file\";s:85:\"elementor/thumbs/Bar_Area_at_.--scaled-qojsmpx4hf26xnzup7zrrv3zpa20g2qq3spv2fxm9s.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:16:\"Steven A. Miller\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1402684302\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Bar_Area_at_.-.jpg\";}'),(1132,194,'_wp_attached_file','2024/05/i.webp'),(1133,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:14:\"2024/05/i.webp\";s:8:\"filesize\";i:163874;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"i-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19290;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"i-1024x682.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"i-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"i-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69722;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"i-1536x1023.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157034;}s:25:\"elementor_custom_820x1024\";a:4:{s:4:\"file\";s:66:\"elementor/thumbs/i-qojsqwbbl81l84f2cqbb06yr50x7362hzgjybs3z7k.webp\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1134,195,'_wp_attached_file','2024/05/40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ.jpg'),(1135,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:64:\"2024/05/40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ.jpg\";s:8:\"filesize\";i:70673;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1136,196,'_wp_attached_file','2024/05/iStock-649668978.jpg'),(1137,196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2024/05/iStock-649668978.jpg\";s:8:\"filesize\";i:104819;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"iStock-649668978-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16908;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"iStock-649668978-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"iStock-649668978-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"iStock-649668978-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1138,197,'_wp_attached_file','2024/05/d18046dfe17a43b9a6370168852a7fe5.jpg'),(1139,197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1020;s:6:\"height\";i:550;s:4:\"file\";s:44:\"2024/05/d18046dfe17a43b9a6370168852a7fe5.jpg\";s:8:\"filesize\";i:162795;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"d18046dfe17a43b9a6370168852a7fe5-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"d18046dfe17a43b9a6370168852a7fe5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"d18046dfe17a43b9a6370168852a7fe5-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1140,198,'_wp_attached_file','2024/05/30258560052125366_3068.jpg'),(1141,198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:34:\"2024/05/30258560052125366_3068.jpg\";s:8:\"filesize\";i:349568;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"30258560052125366_3068-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17845;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"30258560052125366_3068-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"30258560052125366_3068-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"30258560052125366_3068-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1142,199,'_wp_attached_file','2024/05/image-3-scaled.jpg'),(1143,199,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2024/05/image-3-scaled.jpg\";s:8:\"filesize\";i:809510;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18266;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94564;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326497;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"image-3-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:545537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"image-3.jpg\";}'),(1144,200,'_wp_attached_file','2024/05/4834863.jpg'),(1145,200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2024/05/4834863.jpg\";s:8:\"filesize\";i:237209;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"4834863-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22829;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"4834863-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179941;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"4834863-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8789;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"4834863-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1146,201,'_wp_attached_file','2024/05/The-Long-Hall_Gareth-Byrne_2018_DSC05337.jpg'),(1147,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:767;s:6:\"height\";i:959;s:4:\"file\";s:52:\"2024/05/The-Long-Hall_Gareth-Byrne_2018_DSC05337.jpg\";s:8:\"filesize\";i:281480;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"The-Long-Hall_Gareth-Byrne_2018_DSC05337-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"The-Long-Hall_Gareth-Byrne_2018_DSC05337-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9546;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1148,202,'_wp_attached_file','2024/05/8975266.0.jpg'),(1149,202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1661;s:4:\"file\";s:21:\"2024/05/8975266.0.jpg\";s:8:\"filesize\";i:366010;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"8975266.0-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20996;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"8975266.0-789x1024.jpg\";s:5:\"width\";i:789;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"8975266.0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"8975266.0-768x997.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:997;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128322;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"8975266.0-1184x1536.jpg\";s:5:\"width\";i:1184;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1150,203,'_wp_attached_file','2024/05/fa1323ea22aa526517cedeb628200544.jpg'),(1151,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1520;s:4:\"file\";s:44:\"2024/05/fa1323ea22aa526517cedeb628200544.jpg\";s:8:\"filesize\";i:409758;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"fa1323ea22aa526517cedeb628200544-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19877;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"fa1323ea22aa526517cedeb628200544-808x1024.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"fa1323ea22aa526517cedeb628200544-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"fa1323ea22aa526517cedeb628200544-768x973.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:973;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1152,204,'_elementor_edit_mode','builder'),(1153,204,'_elementor_template_type','wp-page'),(1154,204,'_elementor_version','3.21.7'),(1155,204,'_wp_page_template','elementor_header_footer'),(1156,204,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1157,204,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1158,204,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1159,205,'_elementor_edit_mode','builder'),(1160,205,'_elementor_template_type','wp-page'),(1161,205,'_elementor_version','3.21.7'),(1162,205,'_wp_page_template','elementor_header_footer'),(1163,205,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1164,205,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/in-a-bar.jpg\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-manager-is-making-drinks-at-the-bar.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"61\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/beer-and-rustic-food.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"70\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":\"73\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-hand-at-multicolored-fashion-drinks.jpg\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"77\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/toasting-in-bar-e1633793100370.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/set-of-bar-accessories-e1633793117988.jpg\"},{\"id\":\"81\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":\"84\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1165,205,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1166,206,'_elementor_edit_mode','builder'),(1167,206,'_elementor_template_type','wp-page'),(1168,206,'_elementor_version','3.21.7'),(1169,206,'_wp_page_template','elementor_header_footer'),(1170,206,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1171,206,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":203,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/fa1323ea22aa526517cedeb628200544.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1172,206,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1174,207,'_wp_attached_file','2024/05/144984372274604control-scaled.jpg'),(1175,207,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2020;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2024/05/144984372274604control-scaled.jpg\";s:8:\"filesize\";i:1080164;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"144984372274604control-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20023;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"144984372274604control-808x1024.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"144984372274604control-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"144984372274604control-768x973.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:973;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172759;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"144984372274604control-1212x1536.jpg\";s:5:\"width\";i:1212;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:414927;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"144984372274604control-1616x2048.jpg\";s:5:\"width\";i:1616;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:713806;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:14:\"radu malasincu\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1444741833\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:2:\"20\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"144984372274604control.jpg\";}'),(1176,208,'_elementor_edit_mode','builder'),(1177,208,'_elementor_template_type','wp-page'),(1178,208,'_elementor_version','3.21.7'),(1179,208,'_wp_page_template','elementor_header_footer'),(1180,208,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1181,208,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":203,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/fa1323ea22aa526517cedeb628200544.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1182,208,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1183,208,'_elementor_css','a:6:{s:4:\"time\";i:1716406717;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1184,209,'_elementor_edit_mode','builder'),(1185,209,'_elementor_template_type','wp-page'),(1186,209,'_elementor_version','3.21.7'),(1187,209,'_wp_page_template','elementor_header_footer'),(1188,209,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1189,209,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":203,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/fa1323ea22aa526517cedeb628200544.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1190,209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1191,209,'_elementor_css','a:6:{s:4:\"time\";i:1716406717;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1192,210,'_elementor_edit_mode','builder'),(1193,210,'_elementor_template_type','wp-page'),(1194,210,'_elementor_version','3.21.7'),(1195,210,'_wp_page_template','elementor_header_footer'),(1196,210,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1197,210,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1198,210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1199,210,'_elementor_css','a:6:{s:4:\"time\";i:1716406717;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1201,211,'_wp_attached_file','2024/05/image-4.jpg'),(1202,211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1559;s:6:\"height\";i:1078;s:4:\"file\";s:19:\"2024/05/image-4.jpg\";s:8:\"filesize\";i:2320259;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-4-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24557;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-4-1024x708.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209505;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-4-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127987;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-4-1536x1062.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1062;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:408274;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1203,212,'_wp_attached_file','2024/05/Gilley_s.0.0.0.jpg'),(1204,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1220;s:6:\"height\";i:740;s:4:\"file\";s:26:\"2024/05/Gilley_s.0.0.0.jpg\";s:8:\"filesize\";i:219712;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Gilley_s.0.0.0-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19417;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Gilley_s.0.0.0-1024x621.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Gilley_s.0.0.0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9025;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Gilley_s.0.0.0-768x466.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98968;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1205,213,'_elementor_edit_mode','builder'),(1206,213,'_elementor_template_type','wp-page'),(1207,213,'_elementor_version','3.21.7'),(1208,213,'_wp_page_template','elementor_header_footer'),(1209,213,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1210,213,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1211,213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1212,213,'_elementor_css','a:6:{s:4:\"time\";i:1716406792;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1213,214,'_elementor_edit_mode','builder'),(1214,214,'_elementor_template_type','wp-page'),(1215,214,'_elementor_version','3.21.7'),(1216,214,'_wp_page_template','elementor_header_footer'),(1217,214,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1218,214,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"80\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1219,214,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1220,214,'_elementor_css','a:6:{s:4:\"time\";i:1716406792;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1221,215,'_elementor_edit_mode','builder'),(1222,215,'_elementor_template_type','wp-page'),(1223,215,'_elementor_version','3.21.7'),(1224,215,'_wp_page_template','elementor_header_footer'),(1225,215,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1226,215,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1227,215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1228,215,'_elementor_css','a:6:{s:4:\"time\";i:1716406792;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1230,216,'_wp_attached_file','2024/05/cropped-image_2024_05_22T16_56_53_274Z222.png'),(1231,216,'_wp_attachment_context','site-icon'),(1232,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:53:\"2024/05/cropped-image_2024_05_22T16_56_53_274Z222.png\";s:8:\"filesize\";i:76030;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"cropped-image_2024_05_22T16_56_53_274Z222-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76594;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"cropped-image_2024_05_22T16_56_53_274Z222-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32426;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:53:\"cropped-image_2024_05_22T16_56_53_274Z222-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69219;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:53:\"cropped-image_2024_05_22T16_56_53_274Z222-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45681;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:53:\"cropped-image_2024_05_22T16_56_53_274Z222-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41917;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:51:\"cropped-image_2024_05_22T16_56_53_274Z222-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1235,218,'_wp_attached_file','2024/05/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg'),(1236,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:60:\"2024/05/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\";s:8:\"filesize\";i:2591556;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21698;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9841;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93492;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:270670;}s:25:\"elementor_custom_760x1024\";a:4:{s:4:\"file\";s:112:\"elementor/thumbs/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@-qojttdteopgpwi0vknw5y3j6cvrrti44myp98kobuo.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"LOREY SEBASTIAN\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:100:\"\"Wild Hogs\"\r(L-R) M.C. Gainey, Kevin Durand, Ray Liotta\r\r©Touchstone Pictures. All rights reserved.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"©Touchstone Pictures. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"WILD HOGS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1237,219,'_elementor_edit_mode','builder'),(1238,219,'_elementor_template_type','wp-page'),(1239,219,'_elementor_version','3.21.7'),(1240,219,'_wp_page_template','elementor_header_footer'),(1241,219,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1242,219,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1243,219,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1244,219,'_elementor_css','a:6:{s:4:\"time\";i:1716406947;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1245,220,'_elementor_edit_mode','builder'),(1246,220,'_elementor_template_type','wp-page'),(1247,220,'_elementor_version','3.21.7'),(1248,220,'_wp_page_template','elementor_header_footer'),(1249,220,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1250,220,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":188,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/2_0_70_1dick_macks_pub_dingle_ireland.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1251,220,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1252,220,'_elementor_css','a:6:{s:4:\"time\";i:1716406947;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1253,221,'_elementor_edit_mode','builder'),(1254,221,'_elementor_template_type','wp-page'),(1255,221,'_elementor_version','3.21.7'),(1256,221,'_wp_page_template','elementor_header_footer'),(1257,221,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1258,221,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1259,221,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1260,221,'_elementor_css','a:6:{s:4:\"time\";i:1716406947;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1262,222,'_edit_lock','1716407425:1'),(1263,223,'_edit_lock','1716407426:1'),(1264,224,'_edit_lock','1716407642:1'),(1265,225,'_wp_attached_file','2024/05/handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1.jpg'),(1266,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:76:\"2024/05/handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1.jpg\";s:8:\"filesize\";i:68925;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1269,222,'_thumbnail_id','225'),(1270,227,'_wp_attached_file','2024/05/cheering-sports-fan-in-pub-800x534-1.jpg'),(1271,227,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:48:\"2024/05/cheering-sports-fan-in-pub-800x534-1.jpg\";s:8:\"filesize\";i:83388;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"cheering-sports-fan-in-pub-800x534-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cheering-sports-fan-in-pub-800x534-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"cheering-sports-fan-in-pub-800x534-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73245;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1274,223,'_thumbnail_id','227'),(1275,229,'_wp_attached_file','2024/05/meeting-with-friends-in-the-pub-800x534-1.jpg'),(1276,229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:53:\"2024/05/meeting-with-friends-in-the-pub-800x534-1.jpg\";s:8:\"filesize\";i:75102;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"meeting-with-friends-in-the-pub-800x534-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"meeting-with-friends-in-the-pub-800x534-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"meeting-with-friends-in-the-pub-800x534-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1279,224,'_thumbnail_id','229'),(1280,231,'_elementor_edit_mode','builder'),(1281,231,'_elementor_template_type','wp-page'),(1282,231,'_elementor_version','3.21.7'),(1283,231,'_wp_page_template','elementor_header_footer'),(1284,231,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1285,231,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1286,231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1287,231,'_elementor_css','a:6:{s:4:\"time\";i:1716407349;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1288,232,'_elementor_edit_mode','builder'),(1289,232,'_elementor_template_type','wp-page'),(1290,232,'_elementor_version','3.21.7'),(1291,232,'_wp_page_template','elementor_header_footer'),(1292,232,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1293,232,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1294,232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1295,232,'_elementor_css','a:6:{s:4:\"time\";i:1716407349;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1296,233,'_elementor_edit_mode','builder'),(1297,233,'_elementor_template_type','wp-page'),(1298,233,'_elementor_version','3.21.7'),(1299,233,'_wp_page_template','elementor_header_footer'),(1300,233,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1301,233,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1302,233,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1303,233,'_elementor_css','a:6:{s:4:\"time\";i:1716407349;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1311,235,'_elementor_edit_mode','builder'),(1312,235,'_elementor_template_type','wp-page'),(1313,235,'_elementor_version','3.21.7'),(1314,235,'_wp_page_template','elementor_header_footer'),(1315,235,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1316,235,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1317,235,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1318,236,'_elementor_edit_mode','builder'),(1319,236,'_elementor_template_type','wp-page'),(1320,236,'_elementor_version','3.21.7'),(1321,236,'_wp_page_template','elementor_header_footer'),(1322,236,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1323,236,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Beer and Wine\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Top Shelf Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Exclusive Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Whiskey Scotch\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1324,236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1325,237,'_elementor_edit_mode','builder'),(1326,237,'_elementor_template_type','wp-page'),(1327,237,'_elementor_version','3.21.7'),(1328,237,'_wp_page_template','elementor_header_footer'),(1329,237,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1330,237,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1331,237,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1332,238,'_wp_page_template','default'),(1333,238,'_elementor_edit_mode','builder'),(1334,238,'_elementor_template_type','wp-post'),(1335,238,'_elementor_version','3.21.7'),(1336,238,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1337,238,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1338,238,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1339,239,'_wp_page_template','default'),(1340,239,'_elementor_edit_mode','builder'),(1341,239,'_elementor_template_type','wp-post'),(1342,239,'_elementor_version','3.21.7'),(1343,239,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book a Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1344,239,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1345,239,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1346,240,'_wp_page_template','default'),(1347,240,'_elementor_edit_mode','builder'),(1348,240,'_elementor_template_type','wp-post'),(1349,240,'_elementor_version','3.21.7'),(1350,240,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1351,240,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1352,240,'_elementor_css','a:6:{s:4:\"time\";i:1716400102;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1355,241,'_elementor_edit_mode','builder'),(1356,241,'_elementor_template_type','wp-page'),(1357,241,'_elementor_version','3.21.7'),(1358,241,'_wp_page_template','elementor_header_footer'),(1359,241,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1360,241,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1361,241,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1362,241,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1363,242,'_elementor_edit_mode','builder'),(1364,242,'_elementor_template_type','wp-page'),(1365,242,'_elementor_version','3.21.7'),(1366,242,'_wp_page_template','elementor_header_footer'),(1367,242,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1368,242,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=1a08221\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1369,242,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1370,242,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1371,243,'_elementor_edit_mode','builder'),(1372,243,'_elementor_template_type','wp-page'),(1373,243,'_elementor_version','3.21.7'),(1374,243,'_wp_page_template','elementor_header_footer'),(1375,243,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1376,243,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1377,243,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1378,243,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1380,244,'_elementor_edit_mode','builder'),(1381,244,'_elementor_template_type','wp-page'),(1382,244,'_elementor_version','3.21.7'),(1383,244,'_wp_page_template','elementor_header_footer'),(1384,244,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1385,244,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1386,244,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1387,244,'_elementor_css','a:6:{s:4:\"time\";i:1716408280;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1388,245,'_elementor_edit_mode','builder'),(1389,245,'_elementor_template_type','wp-page'),(1390,245,'_elementor_version','3.21.7'),(1391,245,'_wp_page_template','elementor_header_footer'),(1392,245,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1393,245,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1394,245,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1395,245,'_elementor_css','a:6:{s:4:\"time\";i:1716408280;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1396,246,'_elementor_edit_mode','builder'),(1397,246,'_elementor_template_type','wp-page'),(1398,246,'_elementor_version','3.21.7'),(1399,246,'_wp_page_template','elementor_header_footer'),(1400,246,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1401,246,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1402,246,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1403,246,'_elementor_css','a:6:{s:4:\"time\";i:1716408280;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1405,247,'_elementor_edit_mode','builder'),(1406,247,'_elementor_template_type','wp-page'),(1407,247,'_elementor_version','3.21.7'),(1408,247,'_wp_page_template','elementor_header_footer'),(1409,247,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1410,247,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1411,247,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1412,247,'_elementor_css','a:6:{s:4:\"time\";i:1716408399;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1413,248,'_elementor_edit_mode','builder'),(1414,248,'_elementor_template_type','wp-page'),(1415,248,'_elementor_version','3.21.7'),(1416,248,'_wp_page_template','elementor_header_footer'),(1417,248,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1418,248,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1419,248,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1420,248,'_elementor_css','a:6:{s:4:\"time\";i:1716408399;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1421,249,'_elementor_edit_mode','builder'),(1422,249,'_elementor_template_type','wp-page'),(1423,249,'_elementor_version','3.21.7'),(1424,249,'_wp_page_template','elementor_header_footer'),(1425,249,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1426,249,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1427,249,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1428,249,'_elementor_css','a:6:{s:4:\"time\";i:1716408399;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1430,250,'_elementor_edit_mode','builder'),(1431,250,'_elementor_template_type','wp-page'),(1432,250,'_elementor_version','3.21.7'),(1433,250,'_wp_page_template','elementor_header_footer'),(1434,250,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1435,250,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1436,250,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1437,250,'_elementor_css','a:6:{s:4:\"time\";i:1716408474;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1438,251,'_elementor_edit_mode','builder'),(1439,251,'_elementor_template_type','wp-page'),(1440,251,'_elementor_version','3.21.7'),(1441,251,'_wp_page_template','elementor_header_footer'),(1442,251,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1443,251,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1444,251,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1445,251,'_elementor_css','a:6:{s:4:\"time\";i:1716408474;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1446,252,'_elementor_edit_mode','builder'),(1447,252,'_elementor_template_type','wp-page'),(1448,252,'_elementor_version','3.21.7'),(1449,252,'_wp_page_template','elementor_header_footer'),(1450,252,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1451,252,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1452,252,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1453,252,'_elementor_css','a:6:{s:4:\"time\";i:1716408474;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1463,254,'_elementor_edit_mode','builder'),(1464,254,'_elementor_template_type','wp-page'),(1465,254,'_elementor_version','3.21.7'),(1466,254,'_wp_page_template','elementor_header_footer'),(1467,254,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1468,254,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1469,254,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1470,255,'_elementor_edit_mode','builder'),(1471,255,'_elementor_template_type','wp-page'),(1472,255,'_elementor_version','3.21.7'),(1473,255,'_wp_page_template','elementor_header_footer'),(1474,255,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1475,255,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO LA JAVELA\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book A Table\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1476,255,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1477,256,'_elementor_edit_mode','builder'),(1478,256,'_elementor_template_type','wp-page'),(1479,256,'_elementor_version','3.21.7'),(1480,256,'_wp_page_template','elementor_header_footer'),(1481,256,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1482,256,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1483,256,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1485,257,'_wp_page_template','default'),(1486,257,'_elementor_edit_mode','builder'),(1487,257,'_elementor_template_type','wp-post'),(1488,257,'_elementor_version','3.21.7'),(1489,257,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1490,257,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1491,257,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1492,258,'_wp_page_template','default'),(1493,258,'_elementor_edit_mode','builder'),(1494,258,'_elementor_template_type','wp-post'),(1495,258,'_elementor_version','3.21.7'),(1496,258,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pub & Bar Ana Hills\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1497,258,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1498,258,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1499,259,'_wp_page_template','default'),(1500,259,'_elementor_edit_mode','builder'),(1501,259,'_elementor_template_type','wp-post'),(1502,259,'_elementor_version','3.21.7'),(1503,259,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1504,259,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1505,259,'_elementor_css','a:6:{s:4:\"time\";i:1716408148;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1507,260,'_elementor_edit_mode','builder'),(1508,260,'_elementor_template_type','wp-page'),(1509,260,'_elementor_version','3.21.7'),(1510,260,'_wp_page_template','elementor_header_footer'),(1511,260,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1512,260,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1513,260,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1514,260,'_elementor_css','a:6:{s:4:\"time\";i:1716408847;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1515,261,'_elementor_edit_mode','builder'),(1516,261,'_elementor_template_type','wp-page'),(1517,261,'_elementor_version','3.21.7'),(1518,261,'_wp_page_template','elementor_header_footer'),(1519,261,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1520,261,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1521,261,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1522,261,'_elementor_css','a:6:{s:4:\"time\";i:1716408847;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1523,262,'_elementor_edit_mode','builder'),(1524,262,'_elementor_template_type','wp-page'),(1525,262,'_elementor_version','3.21.7'),(1526,262,'_wp_page_template','elementor_header_footer'),(1527,262,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1528,262,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1529,262,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1530,262,'_elementor_css','a:6:{s:4:\"time\";i:1716408847;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1532,263,'_elementor_edit_mode','builder'),(1533,263,'_elementor_template_type','wp-page'),(1534,263,'_elementor_version','3.21.7'),(1535,263,'_wp_page_template','elementor_header_footer'),(1536,263,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1537,263,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1538,263,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1539,263,'_elementor_css','a:6:{s:4:\"time\";i:1716409169;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1540,264,'_elementor_edit_mode','builder'),(1541,264,'_elementor_template_type','wp-page'),(1542,264,'_elementor_version','3.21.7'),(1543,264,'_wp_page_template','elementor_header_footer'),(1544,264,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1545,264,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Bar_Area_at_.--scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1546,264,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1547,264,'_elementor_css','a:6:{s:4:\"time\";i:1716409169;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1548,265,'_elementor_edit_mode','builder'),(1549,265,'_elementor_template_type','wp-page'),(1550,265,'_elementor_version','3.21.7'),(1551,265,'_wp_page_template','elementor_header_footer'),(1552,265,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1553,265,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":80,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1554,265,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1555,265,'_elementor_css','a:6:{s:4:\"time\";i:1716409169;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1557,266,'_wp_page_template','elementor_canvas'),(1558,266,'_elementor_edit_mode','builder'),(1559,266,'_elementor_template_type','wp-post'),(1560,266,'_elementor_version','3.21.7'),(1561,266,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1562,266,'_elementor_page_assets','a:0:{}'),(1563,266,'_elementor_css','a:6:{s:4:\"time\";i:1716400256;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1564,267,'_wp_page_template','elementor_canvas'),(1565,267,'_elementor_edit_mode','builder'),(1566,267,'_elementor_template_type','wp-post'),(1567,267,'_elementor_version','3.21.7'),(1568,267,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1569,267,'_elementor_page_assets','a:0:{}'),(1570,267,'_elementor_css','a:6:{s:4:\"time\";i:1716400256;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1571,268,'_wp_page_template','elementor_canvas'),(1572,268,'_elementor_edit_mode','builder'),(1573,268,'_elementor_template_type','wp-post'),(1574,268,'_elementor_version','3.21.7'),(1575,268,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=primary\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1576,268,'_elementor_page_assets','a:0:{}'),(1577,268,'_elementor_css','a:6:{s:4:\"time\";i:1716400256;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1579,269,'_wp_page_template','elementor_canvas'),(1580,269,'_elementor_edit_mode','builder'),(1581,269,'_elementor_template_type','wp-post'),(1582,269,'_elementor_version','3.21.7'),(1583,269,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=primary\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1584,269,'_elementor_page_assets','a:0:{}'),(1585,269,'_elementor_css','a:6:{s:4:\"time\";i:1716409370;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1586,270,'_wp_page_template','elementor_canvas'),(1587,270,'_elementor_edit_mode','builder'),(1588,270,'_elementor_template_type','wp-post'),(1589,270,'_elementor_version','3.21.7'),(1590,270,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=primary\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#58005D\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#58005D\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive\":\"#BFDD00\",\"st_menu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#58005D\",\"st_submenu_item_text_hover_color_responsive\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive\":\"#BFDD00\",\"st_submenu_panel_background_background_color\":\"#58005D\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#58005D\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#BFDD00\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#BFDD00\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1591,270,'_elementor_page_assets','a:0:{}'),(1592,270,'_elementor_css','a:6:{s:4:\"time\";i:1716409370;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1593,271,'_wp_page_template','elementor_canvas'),(1594,271,'_elementor_edit_mode','builder'),(1595,271,'_elementor_template_type','wp-post'),(1596,271,'_elementor_version','3.21.7'),(1597,271,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1598,271,'_elementor_page_assets','a:0:{}'),(1599,271,'_elementor_css','a:6:{s:4:\"time\";i:1716409370;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1601,272,'_wp_page_template','elementor_canvas'),(1602,272,'_elementor_edit_mode','builder'),(1603,272,'_elementor_template_type','wp-post'),(1604,272,'_elementor_version','3.21.7'),(1605,272,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1606,272,'_elementor_page_assets','a:0:{}'),(1607,272,'_elementor_css','a:6:{s:4:\"time\";i:1716409385;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1608,273,'_wp_page_template','elementor_canvas'),(1609,273,'_elementor_edit_mode','builder'),(1610,273,'_elementor_template_type','wp-post'),(1611,273,'_elementor_version','3.21.7'),(1612,273,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1613,273,'_elementor_page_assets','a:0:{}'),(1614,273,'_elementor_css','a:6:{s:4:\"time\";i:1716409385;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1615,274,'_wp_page_template','elementor_canvas'),(1616,274,'_elementor_edit_mode','builder'),(1617,274,'_elementor_template_type','wp-post'),(1618,274,'_elementor_version','3.21.7'),(1619,274,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1620,274,'_elementor_page_assets','a:0:{}'),(1621,274,'_elementor_css','a:6:{s:4:\"time\";i:1716409385;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1623,275,'_elementor_edit_mode','builder'),(1624,275,'_elementor_template_type','wp-page'),(1625,275,'_elementor_version','3.21.7'),(1626,275,'_wp_page_template','elementor_header_footer'),(1627,275,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1628,275,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":80,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1629,275,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1630,275,'_elementor_css','a:6:{s:4:\"time\";i:1716409352;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1631,276,'_elementor_edit_mode','builder'),(1632,276,'_elementor_template_type','wp-page'),(1633,276,'_elementor_version','3.21.7'),(1634,276,'_wp_page_template','elementor_header_footer'),(1635,276,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1636,276,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":80,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/teamwork-at-the-pub-e1632662164386.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1637,276,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1638,276,'_elementor_css','a:6:{s:4:\"time\";i:1716409352;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1639,277,'_elementor_edit_mode','builder'),(1640,277,'_elementor_template_type','wp-page'),(1641,277,'_elementor_version','3.21.7'),(1642,277,'_wp_page_template','elementor_header_footer'),(1643,277,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'); INSERT INTO `anna_postmeta` VALUES (1644,277,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":23,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1645,277,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1646,277,'_elementor_css','a:6:{s:4:\"time\";i:1716409352;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1648,278,'_elementor_edit_mode','builder'),(1649,278,'_elementor_template_type','wp-page'),(1650,278,'_elementor_version','3.21.7'),(1651,278,'_wp_page_template','elementor_header_footer'),(1652,278,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1653,278,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":23,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1654,278,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1655,278,'_elementor_css','a:6:{s:4:\"time\";i:1716409966;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1656,279,'_elementor_edit_mode','builder'),(1657,279,'_elementor_template_type','wp-page'),(1658,279,'_elementor_version','3.21.7'),(1659,279,'_wp_page_template','elementor_header_footer'),(1660,279,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1661,279,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":23,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0000007A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1662,279,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1663,279,'_elementor_css','a:6:{s:4:\"time\";i:1716409966;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1664,280,'_elementor_edit_mode','builder'),(1665,280,'_elementor_template_type','wp-page'),(1666,280,'_elementor_version','3.21.7'),(1667,280,'_wp_page_template','elementor_header_footer'),(1668,280,'_elementor_page_settings','a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}'),(1669,280,'_elementor_data','[{\"id\":\"790bb9f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0000003D\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"background_overlay_color_b\":\"#FFFFFFE3\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-82,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"layout\":\"full_width\",\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-57,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-287,\"sizes\":[]}},\"elements\":[{\"id\":\"238b5d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90,\"background_background\":\"classic\",\"background_image\":{\"id\":23,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/productive-day-in-the-pub.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000014\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b\":\"#000000\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_inline_size_tablet\":100,\"content_position_tablet\":\"center\",\"align_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"19d214d\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf266cd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"_animation\":\"fadeInLeft\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50cba659\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fea4597\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"column_gap_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1456d065\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"globals\\/colors?id=1a08221\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70a59f1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7dcea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#FF00E4\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4fda0b38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b2e1293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f84f61\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"WELCOME TO The German Club\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"_animation\":\"fadeInLeft\",\"icon_color\":\"#BFDD00\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Barlow Condensed\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12d37867\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENJOY THE ATMOSPHERE\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d01b997\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49f7c58c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f5d48a\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54d1aee6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_element_width\":\"auto\",\"background_color_b\":\"#FF38D6\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12ec38fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#BFDD00\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=dc4aa94\",\"button_background_hover_color\":\"globals\\/colors?id=58fe348\"},\"hover_animation\":\"float\",\"selected_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"background_color\":\"#BFDD0000\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23e2afff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ba5f9cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b0a2044\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61e6e55a\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE ARE BEST PUB AND BAR IN TOWN\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"162f6cd9\",\"elType\":\"widget\",\"settings\":{\"column_gap\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"123c7226\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_has_onepagescroll_dot\":\"yes\",\"ekit_onepagescroll_tooltip_text\":\"\",\"ekit_control_get_pro\":\"1\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3fc9b999\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f44edd0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cozy Place\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_color\":\"#0A81AB\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e12282f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f3a68fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.99799999999999755573298898525536060333251953125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25739d9f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Pro Bartender\",\"_id\":\"c1c5f59\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=c6f9bfd\"},\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48cca651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet cons adipiscing elit sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1fb0e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7ced79c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91499999999999914734871708787977695465087890625,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"25944e50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"760\",\"height\":\"1024\"},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_contrast\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":97,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22e29023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":194,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/i.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"820\",\"height\":\"1024\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"caption_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"_animation_delay\":200,\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary\"},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779f0f08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_alignment_responsive\":\"left\",\"sg_icon_type\":\"none\",\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"20\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Years Of Experiences\",\"sg_setting_enable_super\":\"yes\",\"sg_content_super\":\"+\",\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":-12,\"sizes\":[]},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"st_super_vertical_position_responsive\":\"baseline\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":227,\"unit\":\"px\"},\"_offset_y\":{\"size\":159,\"unit\":\"px\"},\"__globals__\":{\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_background_type_background_color\":\"globals\\/colors?id=primary\"},\"_offset_x_tablet\":{\"size\":41.8960000000000007958078640513122081756591796875,\"unit\":\"%\"},\"_offset_y_tablet\":{\"size\":30.242999999999998550492819049395620822906494140625,\"unit\":\"%\"},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":68,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"st_background_type_background_background\":\"classic\",\"st_background_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"st_background_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_z_index\":4,\"sg_setting_html_tag\":\"span\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"500\",\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_background_type_background_color\":\"#0A81AB\",\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be7495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52493567\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7320d2ac\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-smile\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"1470\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Happy Customer\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"st_icon_color_responsive\":\"#BFDD00\",\"st_content_number_color_responsive\":\"#FFFFFF\",\"st_content_number_typography_content_typography_typography\":\"custom\",\"st_content_number_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_content_number_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_content_number_typography_content_typography_font_weight\":\"600\",\"st_content_number_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_content_title_color_responsive\":\"#FFFFFF\",\"st_content_title_typography_content_typography_typography\":\"custom\",\"st_content_title_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_content_title_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_content_title_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_content_title_typography_content_typography_font_weight\":\"400\",\"st_content_title_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_super_color_responsive\":\"#BFDD00\",\"st_super_typography_content_typography_typography\":\"custom\",\"st_super_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_super_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_super_typography_content_typography_font_weight\":\"600\",\"st_super_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_super_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"326047a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3083b035\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-award-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"10\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Best Awards\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"40b1f705\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"34dc1571\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"500\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Beverage\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false},{\"id\":\"471744b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f7bb902\",\"elType\":\"widget\",\"settings\":{\"sg_setting_enable_hover_border_bottom\":\"\",\"sg_icon_choose\":{\"value\":\"jki jki-user-check-solid\",\"library\":\"jkiticon\"},\"sg_content_number_prefix\":\"\",\"sg_content_number\":\"50\",\"sg_content_number_suffix\":\"\",\"sg_content_title\":\"Pro Bartender\",\"sg_content_super\":\"+\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_margin_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_content_number_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_number_right_spacing_responsive\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"st_content_title_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_super_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=accent\",\"st_icon_bg_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_number_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_number_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_super_color_responsive\":\"globals\\/colors?id=accent\",\"st_super_typography_content_typography_typography\":\"globals\\/typography?id=accent\"},\"sg_setting_enable_super\":\"yes\",\"st_icon_hover_animation\":\"float\",\"st_super_top_responsive_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":\"\"},\"st_content_number_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_content_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"span\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"st_super_left_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_icon_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"jkit_fun_fact\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21736836\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"863d0ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2999999999999971578290569595992565155029296875,\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"60b48f79\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"DELICIOUS FOOD\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":196,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/iStock-649668978.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_image_normal_opacity_responsive\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"17da1161\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.36399999999999721467247582040727138519287109375,\"animation\":\"fadeInUp\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c71ec07\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"AMAZING INTERIOR\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":197,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/d18046dfe17a43b9a6370168852a7fe5.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_body_description_typography_content_typography_typography\":\"custom\",\"st_body_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_body_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_body_description_typography_content_typography_font_weight\":\"400\",\"st_body_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_body_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false},{\"id\":\"57fc7f06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33,\"animation\":\"fadeInRight\",\"_inline_size_tablet\":33.2999999999999971578290569595992565155029296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ba2240d\",\"elType\":\"widget\",\"settings\":{\"sg_body_title\":\"VARIETY OF DRINKS\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\",\"sg_button_label\":\"Learn More\",\"sg_image_choose\":{\"id\":198,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/30258560052125366_3068.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"sg_image_image_size_imagesize_size\":\"large\",\"sg_body_alignment_responsive\":\"left\",\"st_body_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_body_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"st_body_type_background_color\":\"globals\\/colors?id=primary\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\"},\"sg_body_title_tag\":\"h3\",\"st_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_color\":\"#0A81AB\",\"st_body_title_normal_color_responsive\":\"#0A81AB\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"st_body_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_body_type_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30723267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"65592a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"58661baf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"z_index\":1},\"elements\":[{\"id\":\"4382c761\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"62d63616\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR SERVICES\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"61d903dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE PROVIDE BEST SERVICES\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a402796\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b8a894\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ad0aeaa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"ad3f487\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6211331f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c24c1df\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-beer-solid\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Corporate Events\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"12b69c90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"18793df7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38397a90\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_setting_html_tag\":\"h3\",\"sg_icon_type\":\"none\",\"sg_icon_text\":\"Private Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"sg_badge_text\":\"BADGE\",\"st_container_background_background_background\":\"classic\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#FFFFFF00\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_content_title_color_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_container_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\"},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"19277e25\",\"elType\":\"widget\",\"settings\":{\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-star2-light\",\"library\":\"jkiticon\"},\"sg_icon_text\":\"Holiday and Special Occasion Parties\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_container_hover_background_background_background\":\"classic\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_container_border_border_color\":\"globals\\/colors?id=85969d4\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\"},\"st_container_background_background_background\":\"classic\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_content_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_html_tag\":\"h3\",\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true},{\"id\":\"57e1ae8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37a1152\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Food & Beverage\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-hamburger-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"7e231b03\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Non Alcoholic Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-glass-martini-alt-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_text_color_responsive\":\"#FFFFFF\",\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_button_hover_text_color_responsive\":\"globals\\/colors?id=primary\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"jkit_icon_box\"},{\"id\":\"595d4b7f\",\"elType\":\"widget\",\"settings\":{\"sg_icon_text\":\"Full Bar\",\"sg_icon_description\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\"sg_readmore_enable_button\":\"yes\",\"sg_readmore_button_label\":\"Read More\",\"sg_badge_text\":\"BADGE\",\"sg_setting_content_alignment_responsive\":\"left\",\"sg_icon_header\":{\"value\":\"jki jki-wine-bottle-solid\",\"library\":\"jkiticon\"},\"sg_readmore_enable_hover_button\":\"yes\",\"sg_readmore_button_enable_icon\":\"yes\",\"sg_readmore_button_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"sg_readmore_button_icon_position\":\"after\",\"st_container_padding_responsive\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"st_container_border_border_border\":\"solid\",\"st_container_border_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"st_container_border_border_color\":\"#EAEAEA\",\"st_container_hover_background_background_color\":\"#0A81AB\",\"st_container_hover_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"st_icon_color_responsive\":\"#0A81AB\",\"st_icon_hover_color_responsive\":\"#0A81AB00\",\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_button_normal_background_background_background\":\"classic\",\"st_button_normal_background_background_color\":\"#02010100\",\"st_button_hover_background_background_background\":\"classic\",\"st_button_hover_background_background_color\":\"#FFFFFF00\",\"__globals__\":{\"st_icon_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_container_hover_background_background_color\":\"globals\\/colors?id=dc4aa94\",\"st_background_overlay_hover_color_background_color\":\"\",\"st_content_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_content_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_button_normal_text_color_responsive\":\"globals\\/colors?id=primary\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_button_normal_background_background_color\":\"\",\"st_content_title_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_content_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_container_border_border_color\":\"\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=de04c32\",\"st_container_background_background_color\":\"globals\\/colors?id=primary\",\"st_content_title_color_hover_responsive\":\"globals\\/colors?id=secondary\",\"st_content_description_color_hover_responsive\":\"globals\\/colors?id=a91fc1f\"},\"sg_setting_enable_hover_watermark\":\"\",\"st_container_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"sg_readmore_enable_globallink\":\"\",\"st_container_hover_background_background_background\":\"classic\",\"st_container_background_background_background\":\"classic\",\"st_container_background_background_color\":\"#FFFFFF\",\"st_button_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"st_badge_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_icon_size_responsive\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jkit_icon_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c54074a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\"},\"elements\":[{\"id\":\"45037927\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color_b\":\"#584278\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Concrete wall texture.\",\"source\":\"library\"},\"background_overlay_position\":\"top right\",\"background_overlay_size\":\"contain\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2e8b0595\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_sticky_section_sticky\":\"\",\"jet_sticky_section_sticky_visibility\":[\"desktop\",\"tablet\",\"mobile\"],\"jet_sticky_section_sticky_z_index\":\"\",\"jet_sticky_section_sticky_max_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"jet_sticky_section_sticky_background_background\":\"\",\"jet_sticky_section_sticky_background_color\":\"\",\"jet_sticky_section_sticky_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_color_b\":\"#f2295b\",\"jet_sticky_section_sticky_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_type\":\"linear\",\"jet_sticky_section_sticky_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"jet_sticky_section_sticky_background_gradient_position\":\"center center\",\"jet_sticky_section_sticky_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_position\":\"\",\"jet_sticky_section_sticky_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_sticky_section_sticky_background_attachment\":\"\",\"jet_sticky_section_sticky_background_repeat\":\"\",\"jet_sticky_section_sticky_background_repeat_tablet\":\"\",\"jet_sticky_section_sticky_background_repeat_mobile\":\"\",\"jet_sticky_section_sticky_background_size\":\"\",\"jet_sticky_section_sticky_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_sticky_background_video_link\":\"\",\"jet_sticky_section_sticky_background_video_start\":\"\",\"jet_sticky_section_sticky_background_video_end\":\"\",\"jet_sticky_section_sticky_background_play_once\":\"\",\"jet_sticky_section_sticky_background_play_on_mobile\":\"\",\"jet_sticky_section_sticky_background_privacy_mode\":\"\",\"jet_sticky_section_sticky_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_sticky_background_slideshow_gallery\":[],\"jet_sticky_section_sticky_background_slideshow_loop\":\"yes\",\"jet_sticky_section_sticky_background_slideshow_slide_duration\":5000,\"jet_sticky_section_sticky_background_slideshow_slide_transition\":\"fade\",\"jet_sticky_section_sticky_background_slideshow_transition_duration\":500,\"jet_sticky_section_sticky_background_slideshow_background_size\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_size_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_tablet\":\"\",\"jet_sticky_section_sticky_background_slideshow_background_position_mobile\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns\":\"\",\"jet_sticky_section_sticky_background_slideshow_ken_burns_zoom_direction\":\"in\",\"jet_sticky_section_sticky_box_shadow_box_shadow_type\":\"\",\"jet_sticky_section_sticky_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"jet_sticky_section_sticky_box_shadow_box_shadow_position\":\" \",\"jet_sticky_section_sticky_transition\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a71ede6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d0e5584\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":81,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"},{\"id\":84,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"},{\"id\":202,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/8975266.0.jpg\"},{\"id\":207,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/144984372274604control-scaled.jpg\"}],\"thumbnail_size\":\"medium_large\",\"slides_to_show\":\"1\",\"navigation\":\"none\",\"autoplay_speed\":3000,\"effect\":\"fade\",\"speed\":400,\"direction\":\"rtl\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"arrows_color\":\"globals\\/colors?id=58fe348\",\"dots_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnail_custom_dimension\":{\"width\":\"600\",\"height\":\"900\"},\"slides_to_show_tablet\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"4b6e9077\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_column_sticky_enable\":\"false\",\"jet_sticky_column_sticky_top_spacing\":50,\"jet_sticky_column_sticky_bottom_spacing\":50,\"jet_sticky_column_sticky_enable_on\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"1c8846ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR PLACE\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2cbea1d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEEL OUR ATMOSPHERE AND SIGNATURE\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32b6ee84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4a1308df\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=text\",\"background_color\":\"globals\\/colors?id=accent\"},\"hover_animation\":\"float\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf4aec0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29733e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"6ed57c54\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"MEET TEAM\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3cacb9b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEET OUR TEAM\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74a3c6c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da430d2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"2a8f6299\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"40871b6\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Founder\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"32\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/handsome-barman-is-posing-for-photographer-e1632654284121.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"70f17fcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALEX DUNCAN\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"738babb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"64d673da\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"43\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#FFFFFF\",\"st_position_normal_color_responsive\":\"#000000\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_typography\":\"custom\",\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\"},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"c3c5ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUEENZA CHLOE\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a38a509\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"hide_tablet\":\"hidden-tablet\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fc229b7\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"7ea19859\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f7e7bcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"1d1bd87e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true},{\"id\":\"390d059a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7ddc23b3\",\"elType\":\"widget\",\"settings\":{\"sg_member_style\":\"title-horizontal\",\"sg_member_image_size_imagesize_size\":\"large\",\"sg_member_name\":\"\",\"sg_member_position\":\"Bartender\",\"sg_member_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_social_icon\":[{\"sg_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Facebook\",\"sg_social_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"14ee0f9\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\"}},{\"sg_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"sg_social_label\":\"Twitter\",\"sg_social_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"11db393\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_normal_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_normal_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_normal_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"sg_social_hover_background_background_background\":\"classic\",\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}},{\"sg_social_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"sg_social_label\":\"Intagram\",\"sg_social_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"_id\":\"618b2ac\",\"sg_social_normal_background_background_background\":\"classic\",\"sg_social_hover_background_background_background\":\"classic\",\"sg_social_hover_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"sg_social_hover_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"sg_social_hover_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"__globals__\":{\"sg_social_normal_color\":\"globals\\/colors?id=dc4aa94\",\"sg_social_normal_background_background_color\":\"globals\\/colors?id=primary\",\"sg_social_normal_background_background_color_b\":\"\",\"sg_social_hover_color\":\"globals\\/colors?id=accent\",\"sg_social_hover_background_background_color\":\"globals\\/colors?id=secondary\",\"sg_social_hover_background_background_color_b\":\"globals\\/colors?id=text\"}}],\"sg_popup_phone\":\"+1 (234) 567-879\",\"sg_popup_email\":\"info@example.com\",\"sg_member_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg\"},\"sg_member_show_description\":\"\",\"st_image_overlay_enable\":\"yes\",\"st_image_overlay_background_background_background\":\"classic\",\"st_image_overlay_background_background_color\":\"#0000007D\",\"st_name_normal_color_responsive\":\"#0A81AB00\",\"st_position_normal_color_responsive\":\"#FFFFFF\",\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"600\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_description_normal_color_responsive\":\"#0A81AB\",\"_background_background\":\"classic\",\"_background_color_b\":\"#00DAA7\",\"__globals__\":{\"st_name_typography_content_typography_typography\":\"\",\"st_name_normal_color_responsive\":\"globals\\/colors?id=58fe348\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_description_normal_color_responsive\":\"globals\\/colors?id=primary\",\"st_position_typography_content_typography_typography\":\"globals\\/typography?id=c6f9bfd\",\"st_position_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_image_overlay_background_background_color\":\"\",\"st_name_hover_color_responsive\":\"globals\\/colors?id=58fe348\",\"_background_color\":\"\",\"_background_color_b\":\"globals\\/colors?id=55d1772\"},\"st_content_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_control_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_control_phone_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_name_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_name_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_name_typography_content_typography_font_weight\":\"600\",\"st_name_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_social_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_social_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"st_social_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"st_social_icon_size_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_social_fix_height\":\"\",\"st_name_hover_color_responsive\":\"#0A81AB00\",\"st_position_typography_content_typography_typography\":\"custom\",\"st_position_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_position_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"st_position_typography_content_typography_font_weight\":\"500\",\"st_position_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_position_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_team\"},{\"id\":\"3cd48e88\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRANK GORDON\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b76cf0\",\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=dc4aa94\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"147a63eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":25},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7057e706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"background_image\":{\"id\":212,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Gilley_s.0.0.0.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#0A81AB00\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":43,\"sizes\":[]},\"background_overlay_color_b\":\"#0A81AB\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22d30467\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"509124f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"4ad00a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"42d636a6\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"_animation\":\"fadeInLeft\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1919ddd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT ARE CUSTOMERS SAY\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"679514b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1992e8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-230\",\"left\":0,\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6210ead3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c6bbe08\",\"elType\":\"widget\",\"settings\":{\"sg_setting_autoplay\":\"yes\",\"sg_setting_arrow\":\"\",\"sg_setting_dots\":\"\",\"sg_setting_quote\":\"yes\",\"sg_setting_rating\":\"yes\",\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"83\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg\"},\"_id\":\"697e6c9\",\"sg_testimonials_list_client_name\":\"John Doe\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"86\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/smiling-man-with-beard-e1626833582823.jpeg\"},\"sg_testimonials_list_client_name\":\"Theo Jota\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"16efe40\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"89\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg\"},\"sg_testimonials_list_client_name\":\"Michael West\",\"sg_testimonials_list_designation\":\"Customer\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":\"4.5\",\"sizes\":[]},\"_id\":\"5075900\"}],\"st_wrapper_alignment_responsive\":\"left\",\"st_layout_background_background_background\":\"classic\",\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"\"},\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position\":\"yes\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":372,\"sizes\":[]},\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_normal_color_responsive\":\"#FFFFFF\",\"st_client_designation_normal_color_responsive\":\"#EAEAEA\",\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"st_client_layout_bottom_position_responsive\":{\"unit\":\"px\",\"size\":\"-130\",\"sizes\":[]},\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_layout_background_background_color\":\"globals\\/colors?id=primary\",\"st_description_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_quote_normal_color_responsive\":\"\",\"st_client_name_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\",\"st_rating_hover_color_responsive\":\"\"},\"_z_index\":\"2\",\"sg_setting_autoplay_speed\":{\"unit\":\"px\",\"size\":\"5000\",\"sizes\":[]},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half\",\"library\":\"jkiticon\"},\"sg_layout_image_position\":\"below\",\"st_description_color_responsive\":\"#FFFFFF\",\"st_layout_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_client_name_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_client_designation_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"sg_setting_slide_show_responsive\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_layout_background_background_color\":\"#D78B00\",\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.65)\"},\"st_rating_color_responsive\":\"#FFFFFF\",\"st_quote_normal_color_responsive\":\"#FEFEFEFC\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"400\",\"st_client_designation_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"sg_setting_slide_show_responsive_tablet\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"st_client_layout_bottom_position_responsive_tablet\":{\"unit\":\"px\",\"size\":-116,\"sizes\":[]},\"st_wrapper_margin_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":256,\"sizes\":[]},\"st_quote_normal_color_responsive_mobile\":\"#FFFFFF1F\",\"st_client_layout_bottom_position_responsive_mobile\":{\"unit\":\"px\",\"size\":-111,\"sizes\":[]},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position_top_responsive_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_quote_override_position_left_responsive_tablet\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"st_client_name_normal_margin_bottom_responsive_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_description_typography_content_typography_typography\":\"custom\",\"st_description_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_description_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_description_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_description_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_description_typography_content_typography_font_weight\":\"400\",\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_description_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"600\",\"st_client_name_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":\"1\"},{\"id\":\"685b35e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50},\"elements\":[],\"isInner\":true}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"711f649e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"102ad524\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6a49d726\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR BLOG\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"center\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72368663\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR LATEST BLOG & ARTICLES\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_animation\":\"fadeInUp\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641bc69e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=85969d4\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"20\",\"left\":\"250\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7384d525\",\"elType\":\"widget\",\"settings\":{\"sg_content_postblock_type\":\"type-3\",\"sg_content_image_size_imagesize_size\":\"large\",\"sg_content_excerpt_more\":\"...\",\"sg_content_readmore_text\":\"Read More\",\"sg_content_comment_enable\":\"\",\"sg_content_meta_author_by_text\":\"by\",\"sg_content_meta_date_format_custom\":\"F j, Y\",\"pagination_loadmore_text\":\"Load More\",\"pagination_loading_text\":\"Loading...\",\"st_post_item_background_background_color\":\"#FFFFFF\",\"st_post_item_boxshadow_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"st_thumbnail_container_height_responsive\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]},\"st_content_padding_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_readmore_icon_spacing_responsive\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"st_readmore_normal_background_background_background\":\"classic\",\"st_nocontent_text\":\"No Content Available\",\"__globals__\":{\"st_post_item_background_background_color\":\"\",\"st_category_typography_content_typography_typography\":\"globals\\/typography?id=b602a0e\",\"st_category_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_title_normal_typography_content_typography_typography\":\"globals\\/typography?id=2b76cf0\",\"st_title_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_excerpt_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_excerpt_color_responsive\":\"globals\\/colors?id=85969d4\",\"st_readmore_typography_content_typography_typography\":\"globals\\/typography?id=5fe74b4\",\"st_readmore_normal_background_background_color\":\"\",\"st_readmore_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_readmore_hover_color_responsive\":\"globals\\/colors?id=secondary\",\"st_category_background_background_color\":\"globals\\/colors?id=primary\",\"st_category_background_background_color_b\":\"\",\"st_thumbnail_container_background_background_color\":\"globals\\/colors?id=secondary\",\"st_title_hover_color_responsive\":\"\"},\"st_readmore_normal_background_background_color\":\"#FFFFFF00\",\"sg_content_readmore_icon\":{\"value\":\"jki jki-right-arrow1-light\",\"library\":\"jkiticon\"},\"st_readmore_icon_size_responsive\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"st_post_item_gap_responsive\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"st_thumbnail_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_category_position\":\"left\",\"st_category_background_background_background\":\"classic\",\"st_category_background_background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"st_category_background_background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"st_category_background_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"st_category_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"st_category_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_content_column_responsive\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"sg_content_meta_author_enable\":\"\",\"sg_content_meta_date_icon\":{\"value\":\"\",\"library\":\"\"},\"st_thumbnail_container_background_background_background\":\"classic\",\"st_title_hover_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_meta_author_name_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_pagination_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_nocontent_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_thumbnail_container_background_background_color\":\"#430059\",\"st_category_color_responsive\":\"#EAEAEA\",\"st_category_background_background_color\":\"#58005D\",\"st_title_normal_color_responsive\":\"#FFFFFF\",\"st_excerpt_color_responsive\":\"#EAEAEA\",\"st_readmore_normal_color_responsive\":\"#BFDD00\",\"st_category_typography_content_typography_typography\":\"custom\",\"st_category_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_category_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_category_typography_content_typography_font_weight\":\"500\",\"st_category_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_category_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_title_normal_typography_content_typography_typography\":\"custom\",\"st_title_normal_typography_content_typography_font_family\":\"Barlow Condensed\",\"st_title_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_title_normal_typography_content_typography_font_weight\":\"600\",\"st_title_normal_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_title_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_excerpt_typography_content_typography_typography\":\"custom\",\"st_excerpt_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_excerpt_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_excerpt_typography_content_typography_font_weight\":\"400\",\"st_excerpt_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"st_excerpt_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_readmore_hover_color_responsive\":\"#B1CD05\",\"pagination_prev_text\":\"Previous\",\"pagination_next_text\":\"Next\",\"st_meta_color_responsive\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_post_block\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1670,280,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1671,280,'_elementor_css','a:6:{s:4:\"time\";i:1716409966;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1672,12,'_elementor_css','a:6:{s:4:\"time\";i:1716410072;s:5:\"fonts\";a:1:{i:0;s:16:\"Barlow Condensed\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:8:\"jkiticon\";i:33;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1673,281,'_wp_attached_file','2024/05/gg.png'),(1674,281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:633;s:6:\"height\";i:818;s:4:\"file\";s:14:\"2024/05/gg.png\";s:8:\"filesize\";i:716991;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"gg-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"gg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43064;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1675,282,'_wp_page_template','elementor_canvas'),(1676,282,'_elementor_edit_mode','builder'),(1677,282,'_elementor_template_type','wp-post'),(1678,282,'_elementor_version','3.21.7'),(1679,282,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1680,282,'_elementor_page_assets','a:0:{}'),(1681,282,'_elementor_css','a:6:{s:4:\"time\";i:1716409493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1682,283,'_wp_page_template','elementor_canvas'),(1683,283,'_elementor_edit_mode','builder'),(1684,283,'_elementor_template_type','wp-post'),(1685,283,'_elementor_version','3.21.7'),(1686,283,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1687,283,'_elementor_page_assets','a:0:{}'),(1688,283,'_elementor_css','a:6:{s:4:\"time\";i:1716409493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1689,284,'_wp_page_template','elementor_canvas'),(1690,284,'_elementor_edit_mode','builder'),(1691,284,'_elementor_template_type','wp-post'),(1692,284,'_elementor_version','3.21.7'),(1693,284,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1694,284,'_elementor_page_assets','a:0:{}'),(1695,284,'_elementor_css','a:6:{s:4:\"time\";i:1716409493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1697,285,'_wp_page_template','elementor_canvas'),(1698,285,'_elementor_edit_mode','builder'),(1699,285,'_elementor_template_type','wp-post'),(1700,285,'_elementor_version','3.21.7'),(1701,285,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1702,285,'_elementor_page_assets','a:0:{}'),(1703,285,'_elementor_css','a:6:{s:4:\"time\";i:1716414275;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1704,286,'_wp_page_template','elementor_canvas'),(1705,286,'_elementor_edit_mode','builder'),(1706,286,'_elementor_template_type','wp-post'),(1707,286,'_elementor_version','3.21.7'),(1708,286,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1709,286,'_elementor_page_assets','a:0:{}'),(1710,286,'_elementor_css','a:6:{s:4:\"time\";i:1716414275;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1711,287,'_wp_page_template','elementor_canvas'),(1712,287,'_elementor_edit_mode','builder'),(1713,287,'_elementor_template_type','wp-post'),(1714,287,'_elementor_version','3.21.7'),(1715,287,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1716,287,'_elementor_page_assets','a:0:{}'),(1717,287,'_elementor_css','a:6:{s:4:\"time\";i:1716414275;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1719,288,'_wp_page_template','elementor_canvas'),(1720,288,'_elementor_edit_mode','builder'),(1721,288,'_elementor_template_type','wp-post'),(1722,288,'_elementor_version','3.21.7'),(1723,288,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1724,288,'_elementor_page_assets','a:0:{}'),(1725,288,'_elementor_css','a:6:{s:4:\"time\";i:1716414338;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1726,289,'_wp_page_template','elementor_canvas'),(1727,289,'_elementor_edit_mode','builder'),(1728,289,'_elementor_template_type','wp-post'),(1729,289,'_elementor_version','3.21.7'),(1730,289,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":22,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea83397\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":57,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":20.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1731,289,'_elementor_page_assets','a:0:{}'),(1732,289,'_elementor_css','a:6:{s:4:\"time\";i:1716414338;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1733,290,'_wp_page_template','elementor_canvas'),(1734,290,'_elementor_edit_mode','builder'),(1735,290,'_elementor_template_type','wp-post'),(1736,290,'_elementor_version','3.21.7'),(1737,290,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1738,290,'_elementor_page_assets','a:0:{}'),(1739,290,'_elementor_css','a:6:{s:4:\"time\";i:1716414338;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1741,291,'_wp_page_template','elementor_canvas'),(1742,291,'_elementor_edit_mode','builder'),(1743,291,'_elementor_template_type','wp-post'),(1744,291,'_elementor_version','3.21.7'),(1745,291,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1746,291,'_elementor_page_assets','a:0:{}'),(1747,291,'_elementor_css','a:6:{s:4:\"time\";i:1716414635;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1748,292,'_wp_page_template','elementor_canvas'),(1749,292,'_elementor_edit_mode','builder'),(1750,292,'_elementor_template_type','wp-post'),(1751,292,'_elementor_version','3.21.7'),(1752,292,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1753,292,'_elementor_page_assets','a:0:{}'),(1754,292,'_elementor_css','a:6:{s:4:\"time\";i:1716414635;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1755,293,'_wp_page_template','elementor_canvas'),(1756,293,'_elementor_edit_mode','builder'),(1757,293,'_elementor_template_type','wp-post'),(1758,293,'_elementor_version','3.21.7'),(1759,293,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1760,293,'_elementor_page_assets','a:0:{}'),(1761,293,'_elementor_css','a:6:{s:4:\"time\";i:1716414635;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1763,294,'_wp_page_template','elementor_canvas'),(1764,294,'_elementor_edit_mode','builder'),(1765,294,'_elementor_template_type','wp-post'),(1766,294,'_elementor_version','3.21.7'),(1767,294,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1768,294,'_elementor_page_assets','a:0:{}'),(1769,294,'_elementor_css','a:6:{s:4:\"time\";i:1716414669;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1770,295,'_wp_page_template','elementor_canvas'),(1771,295,'_elementor_edit_mode','builder'),(1772,295,'_elementor_template_type','wp-post'),(1773,295,'_elementor_version','3.21.7'),(1774,295,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1775,295,'_elementor_page_assets','a:0:{}'),(1776,295,'_elementor_css','a:6:{s:4:\"time\";i:1716414669;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1777,296,'_wp_page_template','elementor_canvas'),(1778,296,'_elementor_edit_mode','builder'),(1779,296,'_elementor_template_type','wp-post'),(1780,296,'_elementor_version','3.21.7'),(1781,296,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1782,296,'_elementor_page_assets','a:0:{}'),(1783,296,'_elementor_css','a:6:{s:4:\"time\";i:1716414669;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1785,297,'_wp_page_template','elementor_canvas'),(1786,297,'_elementor_edit_mode','builder'),(1787,297,'_elementor_template_type','wp-post'),(1788,297,'_elementor_version','3.21.7'),(1789,297,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1790,297,'_elementor_page_assets','a:0:{}'),(1791,297,'_elementor_css','a:6:{s:4:\"time\";i:1716414710;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1792,298,'_wp_page_template','elementor_canvas'),(1793,298,'_elementor_edit_mode','builder'),(1794,298,'_elementor_template_type','wp-post'),(1795,298,'_elementor_version','3.21.7'),(1796,298,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1797,298,'_elementor_page_assets','a:0:{}'),(1798,298,'_elementor_css','a:6:{s:4:\"time\";i:1716414710;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1799,299,'_wp_page_template','elementor_canvas'),(1800,299,'_elementor_edit_mode','builder'),(1801,299,'_elementor_template_type','wp-post'),(1802,299,'_elementor_version','3.21.7'),(1803,299,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1804,299,'_elementor_page_assets','a:0:{}'),(1805,299,'_elementor_css','a:6:{s:4:\"time\";i:1716414710;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1807,300,'_wp_page_template','elementor_canvas'),(1808,300,'_elementor_edit_mode','builder'),(1809,300,'_elementor_template_type','wp-post'),(1810,300,'_elementor_version','3.21.7'),(1811,300,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1812,300,'_elementor_page_assets','a:0:{}'),(1813,300,'_elementor_css','a:6:{s:4:\"time\";i:1716414730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1814,301,'_wp_page_template','elementor_canvas'),(1815,301,'_elementor_edit_mode','builder'),(1816,301,'_elementor_template_type','wp-post'),(1817,301,'_elementor_version','3.21.7'),(1818,301,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1819,301,'_elementor_page_assets','a:0:{}'),(1820,301,'_elementor_css','a:6:{s:4:\"time\";i:1716414730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1821,302,'_wp_page_template','elementor_canvas'),(1822,302,'_elementor_edit_mode','builder'),(1823,302,'_elementor_template_type','wp-post'),(1824,302,'_elementor_version','3.21.7'),(1825,302,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1826,302,'_elementor_page_assets','a:0:{}'),(1827,302,'_elementor_css','a:6:{s:4:\"time\";i:1716414730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1829,303,'_wp_page_template','elementor_canvas'),(1830,303,'_elementor_edit_mode','builder'),(1831,303,'_elementor_template_type','wp-post'),(1832,303,'_elementor_version','3.21.7'),(1833,303,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1834,303,'_elementor_page_assets','a:0:{}'),(1835,303,'_elementor_css','a:6:{s:4:\"time\";i:1716414745;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1836,304,'_wp_page_template','elementor_canvas'),(1837,304,'_elementor_edit_mode','builder'),(1838,304,'_elementor_template_type','wp-post'),(1839,304,'_elementor_version','3.21.7'),(1840,304,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1841,304,'_elementor_page_assets','a:0:{}'),(1842,304,'_elementor_css','a:6:{s:4:\"time\";i:1716414745;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1843,305,'_wp_page_template','elementor_canvas'),(1844,305,'_elementor_edit_mode','builder'),(1845,305,'_elementor_template_type','wp-post'),(1846,305,'_elementor_version','3.21.7'),(1847,305,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1848,305,'_elementor_page_assets','a:0:{}'),(1849,305,'_elementor_css','a:6:{s:4:\"time\";i:1716414745;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1851,306,'_wp_page_template','elementor_canvas'),(1852,306,'_elementor_edit_mode','builder'),(1853,306,'_elementor_template_type','wp-post'),(1854,306,'_elementor_version','3.21.7'),(1855,306,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1856,306,'_elementor_page_assets','a:0:{}'),(1857,306,'_elementor_css','a:6:{s:4:\"time\";i:1716414772;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1858,307,'_wp_page_template','elementor_canvas'),(1859,307,'_elementor_edit_mode','builder'),(1860,307,'_elementor_template_type','wp-post'),(1861,307,'_elementor_version','3.21.7'),(1862,307,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-116\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1863,307,'_elementor_page_assets','a:0:{}'),(1864,307,'_elementor_css','a:6:{s:4:\"time\";i:1716414772;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1865,308,'_wp_page_template','elementor_canvas'),(1866,308,'_elementor_edit_mode','builder'),(1867,308,'_elementor_template_type','wp-post'),(1868,308,'_elementor_version','3.21.7'),(1869,308,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1870,308,'_elementor_page_assets','a:0:{}'),(1871,308,'_elementor_css','a:6:{s:4:\"time\";i:1716414772;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1873,309,'_wp_page_template','elementor_canvas'),(1874,309,'_elementor_edit_mode','builder'),(1875,309,'_elementor_template_type','wp-post'),(1876,309,'_elementor_version','3.21.7'),(1877,309,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1878,309,'_elementor_page_assets','a:0:{}'),(1879,309,'_elementor_css','a:6:{s:4:\"time\";i:1716414813;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1880,310,'_wp_page_template','elementor_canvas'),(1881,310,'_elementor_edit_mode','builder'),(1882,310,'_elementor_template_type','wp-post'),(1883,310,'_elementor_version','3.21.7'); INSERT INTO `anna_postmeta` VALUES (1884,310,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1885,310,'_elementor_page_assets','a:0:{}'),(1886,310,'_elementor_css','a:6:{s:4:\"time\";i:1716414813;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1887,311,'_wp_page_template','elementor_canvas'),(1888,311,'_elementor_edit_mode','builder'),(1889,311,'_elementor_template_type','wp-post'),(1890,311,'_elementor_version','3.21.7'),(1891,311,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1892,311,'_elementor_page_assets','a:0:{}'),(1893,311,'_elementor_css','a:6:{s:4:\"time\";i:1716414813;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1895,312,'_wp_page_template','elementor_canvas'),(1896,312,'_elementor_edit_mode','builder'),(1897,312,'_elementor_template_type','wp-post'),(1898,312,'_elementor_version','3.21.7'),(1899,312,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1900,312,'_elementor_page_assets','a:0:{}'),(1901,312,'_elementor_css','a:6:{s:4:\"time\";i:1716414824;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1902,313,'_wp_page_template','elementor_canvas'),(1903,313,'_elementor_edit_mode','builder'),(1904,313,'_elementor_template_type','wp-post'),(1905,313,'_elementor_version','3.21.7'),(1906,313,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1907,313,'_elementor_page_assets','a:0:{}'),(1908,313,'_elementor_css','a:6:{s:4:\"time\";i:1716414824;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1909,314,'_wp_page_template','elementor_canvas'),(1910,314,'_elementor_edit_mode','builder'),(1911,314,'_elementor_template_type','wp-post'),(1912,314,'_elementor_version','3.21.7'),(1913,314,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1914,314,'_elementor_page_assets','a:0:{}'),(1915,314,'_elementor_css','a:6:{s:4:\"time\";i:1716414824;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1917,315,'_wp_page_template','elementor_canvas'),(1918,315,'_elementor_edit_mode','builder'),(1919,315,'_elementor_template_type','wp-post'),(1920,315,'_elementor_version','3.21.7'),(1921,315,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1922,315,'_elementor_page_assets','a:0:{}'),(1923,315,'_elementor_css','a:6:{s:4:\"time\";i:1716414838;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1924,316,'_wp_page_template','elementor_canvas'),(1925,316,'_elementor_edit_mode','builder'),(1926,316,'_elementor_template_type','wp-post'),(1927,316,'_elementor_version','3.21.7'),(1928,316,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1929,316,'_elementor_page_assets','a:0:{}'),(1930,316,'_elementor_css','a:6:{s:4:\"time\";i:1716414838;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1931,317,'_wp_page_template','elementor_canvas'),(1932,317,'_elementor_edit_mode','builder'),(1933,317,'_elementor_template_type','wp-post'),(1934,317,'_elementor_version','3.21.7'),(1935,317,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1936,317,'_elementor_page_assets','a:0:{}'),(1937,317,'_elementor_css','a:6:{s:4:\"time\";i:1716414838;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1939,318,'_wp_page_template','elementor_canvas'),(1940,318,'_elementor_edit_mode','builder'),(1941,318,'_elementor_template_type','wp-post'),(1942,318,'_elementor_version','3.21.7'),(1943,318,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1944,318,'_elementor_page_assets','a:0:{}'),(1945,318,'_elementor_css','a:6:{s:4:\"time\";i:1716414920;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1946,319,'_wp_page_template','elementor_canvas'),(1947,319,'_elementor_edit_mode','builder'),(1948,319,'_elementor_template_type','wp-post'),(1949,319,'_elementor_version','3.21.7'),(1950,319,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1951,319,'_elementor_page_assets','a:0:{}'),(1952,319,'_elementor_css','a:6:{s:4:\"time\";i:1716414920;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1953,320,'_wp_page_template','elementor_canvas'),(1954,320,'_elementor_edit_mode','builder'),(1955,320,'_elementor_template_type','wp-post'),(1956,320,'_elementor_version','3.21.7'),(1957,320,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1958,320,'_elementor_page_assets','a:0:{}'),(1959,320,'_elementor_css','a:6:{s:4:\"time\";i:1716414920;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1961,321,'_wp_page_template','elementor_canvas'),(1962,321,'_elementor_edit_mode','builder'),(1963,321,'_elementor_template_type','wp-post'),(1964,321,'_elementor_version','3.21.7'),(1965,321,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1966,321,'_elementor_page_assets','a:0:{}'),(1967,321,'_elementor_css','a:6:{s:4:\"time\";i:1716414942;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1968,322,'_wp_page_template','elementor_canvas'),(1969,322,'_elementor_edit_mode','builder'),(1970,322,'_elementor_template_type','wp-post'),(1971,322,'_elementor_version','3.21.7'),(1972,322,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1973,322,'_elementor_page_assets','a:0:{}'),(1974,322,'_elementor_css','a:6:{s:4:\"time\";i:1716414942;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1975,323,'_wp_page_template','elementor_canvas'),(1976,323,'_elementor_edit_mode','builder'),(1977,323,'_elementor_template_type','wp-post'),(1978,323,'_elementor_version','3.21.7'),(1979,323,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1980,323,'_elementor_page_assets','a:0:{}'),(1981,323,'_elementor_css','a:6:{s:4:\"time\";i:1716414942;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1983,324,'_wp_page_template','elementor_canvas'),(1984,324,'_elementor_edit_mode','builder'),(1985,324,'_elementor_template_type','wp-post'),(1986,324,'_elementor_version','3.21.7'),(1987,324,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1988,324,'_elementor_page_assets','a:0:{}'),(1989,324,'_elementor_css','a:6:{s:4:\"time\";i:1716414982;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1990,325,'_wp_page_template','elementor_canvas'),(1991,325,'_elementor_edit_mode','builder'),(1992,325,'_elementor_template_type','wp-post'),(1993,325,'_elementor_version','3.21.7'),(1994,325,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(1995,325,'_elementor_page_assets','a:0:{}'),(1996,325,'_elementor_css','a:6:{s:4:\"time\";i:1716414982;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1997,326,'_wp_page_template','elementor_canvas'),(1998,326,'_elementor_edit_mode','builder'),(1999,326,'_elementor_template_type','wp-post'),(2000,326,'_elementor_version','3.21.7'),(2001,326,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2002,326,'_elementor_page_assets','a:0:{}'),(2003,326,'_elementor_css','a:6:{s:4:\"time\";i:1716414982;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2005,327,'_wp_page_template','elementor_canvas'),(2006,327,'_elementor_edit_mode','builder'),(2007,327,'_elementor_template_type','wp-post'),(2008,327,'_elementor_version','3.21.7'),(2009,327,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2010,327,'_elementor_page_assets','a:0:{}'),(2011,327,'_elementor_css','a:6:{s:4:\"time\";i:1716415013;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2012,328,'_wp_page_template','elementor_canvas'),(2013,328,'_elementor_edit_mode','builder'),(2014,328,'_elementor_template_type','wp-post'),(2015,328,'_elementor_version','3.21.7'),(2016,328,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2017,328,'_elementor_page_assets','a:0:{}'),(2018,328,'_elementor_css','a:6:{s:4:\"time\";i:1716415013;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2019,329,'_wp_page_template','elementor_canvas'),(2020,329,'_elementor_edit_mode','builder'),(2021,329,'_elementor_template_type','wp-post'),(2022,329,'_elementor_version','3.21.7'),(2023,329,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2024,329,'_elementor_page_assets','a:0:{}'),(2025,329,'_elementor_css','a:6:{s:4:\"time\";i:1716415013;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2027,330,'_wp_page_template','elementor_canvas'),(2028,330,'_elementor_edit_mode','builder'),(2029,330,'_elementor_template_type','wp-post'),(2030,330,'_elementor_version','3.21.7'),(2031,330,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2032,330,'_elementor_page_assets','a:0:{}'),(2033,330,'_elementor_css','a:6:{s:4:\"time\";i:1716415043;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2034,331,'_wp_page_template','elementor_canvas'),(2035,331,'_elementor_edit_mode','builder'),(2036,331,'_elementor_template_type','wp-post'),(2037,331,'_elementor_version','3.21.7'),(2038,331,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2039,331,'_elementor_page_assets','a:0:{}'),(2040,331,'_elementor_css','a:6:{s:4:\"time\";i:1716415043;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2041,332,'_wp_page_template','elementor_canvas'),(2042,332,'_elementor_edit_mode','builder'),(2043,332,'_elementor_template_type','wp-post'),(2044,332,'_elementor_version','3.21.7'),(2045,332,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2046,332,'_elementor_page_assets','a:0:{}'),(2047,332,'_elementor_css','a:6:{s:4:\"time\";i:1716415043;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2049,333,'_wp_page_template','default'),(2050,333,'_elementor_edit_mode','builder'),(2051,333,'_elementor_template_type','wp-post'),(2052,333,'_elementor_version','3.21.7'),(2053,333,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2054,333,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2055,333,'_elementor_css','a:6:{s:4:\"time\";i:1716409005;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2056,334,'_wp_page_template','default'),(2057,334,'_elementor_edit_mode','builder'),(2058,334,'_elementor_template_type','wp-post'),(2059,334,'_elementor_version','3.21.7'),(2060,334,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":145,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/image_2024_05_22T16_56_53_274Z222.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2061,334,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2062,334,'_elementor_css','a:6:{s:4:\"time\";i:1716409005;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2063,335,'_wp_page_template','default'),(2064,335,'_elementor_edit_mode','builder'),(2065,335,'_elementor_template_type','wp-post'),(2066,335,'_elementor_version','3.21.7'),(2067,335,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2068,335,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2069,335,'_elementor_css','a:6:{s:4:\"time\";i:1716409005;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2071,336,'_wp_page_template','default'),(2072,336,'_elementor_edit_mode','builder'),(2073,336,'_elementor_template_type','wp-post'),(2074,336,'_elementor_version','3.21.7'),(2075,336,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2076,336,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2077,336,'_elementor_css','a:6:{s:4:\"time\";i:1716415151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2078,337,'_wp_page_template','default'),(2079,337,'_elementor_edit_mode','builder'),(2080,337,'_elementor_template_type','wp-post'),(2081,337,'_elementor_version','3.21.7'),(2082,337,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2083,337,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2084,337,'_elementor_css','a:6:{s:4:\"time\";i:1716415151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2085,338,'_wp_page_template','default'),(2086,338,'_elementor_edit_mode','builder'),(2087,338,'_elementor_template_type','wp-post'),(2088,338,'_elementor_version','3.21.7'),(2089,338,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\" Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"},{\"text\":\" Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c2e3e08\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2090,338,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2091,338,'_elementor_css','a:6:{s:4:\"time\";i:1716415151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2093,339,'_wp_page_template','elementor_canvas'),(2094,339,'_elementor_edit_mode','builder'),(2095,339,'_elementor_template_type','wp-post'),(2096,339,'_elementor_version','3.21.7'),(2097,339,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2098,339,'_elementor_page_assets','a:0:{}'),(2099,339,'_elementor_css','a:6:{s:4:\"time\";i:1716415060;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2100,340,'_wp_page_template','elementor_canvas'),(2101,340,'_elementor_edit_mode','builder'),(2102,340,'_elementor_template_type','wp-post'),(2103,340,'_elementor_version','3.21.7'),(2104,340,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2105,340,'_elementor_page_assets','a:0:{}'),(2106,340,'_elementor_css','a:6:{s:4:\"time\";i:1716415060;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2107,341,'_wp_page_template','elementor_canvas'),(2108,341,'_elementor_edit_mode','builder'),(2109,341,'_elementor_template_type','wp-post'),(2110,341,'_elementor_version','3.21.7'),(2111,341,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2112,341,'_elementor_page_assets','a:0:{}'),(2113,341,'_elementor_css','a:6:{s:4:\"time\";i:1716415060;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2115,342,'_wp_page_template','elementor_canvas'),(2116,342,'_elementor_edit_mode','builder'),(2117,342,'_elementor_template_type','wp-post'),(2118,342,'_elementor_version','3.21.7'),(2119,342,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2120,342,'_elementor_page_assets','a:0:{}'),(2121,342,'_elementor_css','a:6:{s:4:\"time\";i:1716415257;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2122,343,'_wp_page_template','elementor_canvas'),(2123,343,'_elementor_edit_mode','builder'),(2124,343,'_elementor_template_type','wp-post'),(2125,343,'_elementor_version','3.21.7'),(2126,343,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2127,343,'_elementor_page_assets','a:0:{}'),(2128,343,'_elementor_css','a:6:{s:4:\"time\";i:1716415257;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2129,344,'_wp_page_template','elementor_canvas'),(2130,344,'_elementor_edit_mode','builder'),(2131,344,'_elementor_template_type','wp-post'),(2132,344,'_elementor_version','3.21.7'),(2133,344,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2134,344,'_elementor_page_assets','a:0:{}'),(2135,344,'_elementor_css','a:6:{s:4:\"time\";i:1716415257;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2137,345,'_wp_page_template','elementor_canvas'),(2138,345,'_elementor_edit_mode','builder'),(2139,345,'_elementor_template_type','wp-post'),(2140,345,'_elementor_version','3.21.7'),(2141,345,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2142,345,'_elementor_page_assets','a:0:{}'),(2143,345,'_elementor_css','a:6:{s:4:\"time\";i:1716415297;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2144,346,'_wp_page_template','elementor_canvas'),(2145,346,'_elementor_edit_mode','builder'),(2146,346,'_elementor_template_type','wp-post'),(2147,346,'_elementor_version','3.21.7'),(2148,346,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2149,346,'_elementor_page_assets','a:0:{}'),(2150,346,'_elementor_css','a:6:{s:4:\"time\";i:1716415297;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2151,347,'_wp_page_template','elementor_canvas'),(2152,347,'_elementor_edit_mode','builder'),(2153,347,'_elementor_template_type','wp-post'),(2154,347,'_elementor_version','3.21.7'),(2155,347,'_elementor_data','[{\"id\":\"33aee519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"no\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-135\",\"left\":0,\"isLinked\":false},\"z_index\":99,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"158fb01c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"align\":\"flex-start\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"50\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"fcf6383\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e0da71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_size\":\"full\",\"align_mobile\":\"center\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bbf4402\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE GERMAN CLUB\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":\"\"},{\"id\":\"624e7267\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"content_position\":\"center\",\"align\":\"center\",\"_inline_size_tablet\":\"75\",\"_inline_size_mobile\":\"50\"},\"elements\":[{\"id\":\"3519038d\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"menu-1\",\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"__globals__\":{\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive\":\"\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=3625c15\",\"st_submenu_item_text_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_panel_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_background_background_color\":\"globals\\/colors?id=primary\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"globals\\/colors?id=primary\",\"st_menu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_menu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_background_background_color\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=text\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"\",\"st_hamburger_menu_close_background_background_color\":\"globals\\/colors?id=primary\",\"st_hamburger_menu_close_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_border_border_color\":\"globals\\/colors?id=dc4aa94\",\"st_hamburger_menu_close_color_hover_responsive_tablet\":\"\",\"st_submenu_item_text_normal_color_responsive_tablet\":\"globals\\/colors?id=dc4aa94\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive_tablet\":\"globals\\/colors?id=accent\",\"st_submenu_item_indicator_border_border_color\":\"\"},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_container_width_responsive\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"st_submenu_panel_box_shadow_box_shadow_box_shadow_type\":\"yes\",\"st_submenu_panel_box_shadow_box_shadow_box_shadow\":{\"horizontal\":\"-10\",\"vertical\":\"10\",\"blur\":\"45\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.1)\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"large\",\"st_menu_wrapper_background_background_color\":\"#FF4F00\",\"st_menu_wrapper_mobile_color_tablet_responsive_tablet\":\"#FF4F00\",\"st_menu_wrapper_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"st_menu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_menu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_indicator_border_border_border\":\"solid\",\"st_submenu_item_indicator_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_indicator_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_submenu_item_text_normal_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive\":\"#FFFFFF\",\"st_submenu_panel_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_icon_border_hover_border_border\":\"solid\",\"st_hamburger_menu_icon_border_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#094E5E\",\"st_hamburger_menu_icon_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_icon_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_background_background_color\":\"#FF4F00\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_hamburger_menu_close_color_responsive_tablet\":\"#FFFFFF\",\"st_mobile_menu_width_responsive_tablet\":{\"unit\":\"px\",\"size\":\"120\",\"sizes\":[]},\"st_mobile_menu_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_submenu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_submenu_item_indicator\":{\"value\":\"jki jki-angle-down-solid\",\"library\":\"jkiticon\"},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_menu_item_typography_content_typography_font_weight\":\"400\",\"st_menu_item_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"st_menu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Open Sans Hebrew\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_submenu_item_typography_content_typography_font_weight\":\"400\",\"st_submenu_item_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"st_submenu_item_text_normal_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_hover_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_item_text_active_color_responsive_tablet\":\"#FFFFFF\",\"st_submenu_panel_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_icon_background_background_color\":\"#FFFFFF\",\"st_hamburger_menu_close_border_border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":\"\"},{\"id\":\"4a20e198\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.332999999999998408384271897375583648681640625,\"content_position\":\"center\",\"align\":\"flex-start\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"78a454a3\",\"elType\":\"widget\",\"settings\":{\"sg_search_placeholder\":\"Search...\",\"sg_search_text\":\"Search\",\"st_icon_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_icon_alignment_responsive\":\"left\",\"_element_width\":\"auto\",\"__globals__\":{\"st_icon_normal_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_icon_hover_color_responsive\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_search\"},{\"id\":\"9e841b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"505 555 5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"12565bb\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=de04c32\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=dc4aa94\"},\"icon_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"text_color\":\"#0A81AB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2156,347,'_elementor_page_assets','a:0:{}'),(2157,347,'_elementor_css','a:6:{s:4:\"time\";i:1716415297;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2158,95,'_elementor_css','a:6:{s:4:\"time\";i:1716415337;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2166,349,'_wp_page_template','default'),(2167,349,'_elementor_edit_mode','builder'),(2168,349,'_elementor_template_type','wp-post'),(2169,349,'_elementor_version','3.21.7'),(2170,349,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\" Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"},{\"text\":\" Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c2e3e08\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2171,349,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2172,350,'_wp_page_template','default'),(2173,350,'_elementor_edit_mode','builder'),(2174,350,'_elementor_template_type','wp-post'),(2175,350,'_elementor_version','3.21.7'),(2176,350,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\" Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"},{\"text\":\" Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c2e3e08\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2177,350,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2178,351,'_wp_page_template','default'),(2179,351,'_elementor_edit_mode','builder'),(2180,351,'_elementor_template_type','wp-post'),(2181,351,'_elementor_version','3.21.7'),(2182,351,'_elementor_data','[{\"id\":\"1c6cb376\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"gap\":\"no\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"70\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"200\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":\"\"},\"z_index\":3},\"elements\":[{\"id\":\"fb22aa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/Concrete-wall-texture-9S6LBJR-1.jpg\"},\"background_overlay_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"62d78cc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"63a80f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position_mobile\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"1ad71307\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"OUR NEWLETTER\",\"selected_icon\":{\"value\":\"fas fa-glass-cheers\",\"library\":\"fa-solid\"},\"_id\":\"9bb147e\"}],\"divider_weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=7c8fc8f\"},\"icon_color\":\"#BFDD00\",\"text_color\":\"#0A81AB\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff625\",\"elType\":\"widget\",\"settings\":{\"sg_title_before\":\"GET THE UPDATED NEWS\",\"sg_title_focused\":\"\",\"sg_subtitle_heading\":\"Our Newsletter\",\"sg_shadow_content\":\"news\",\"sg_separator_enable\":\"\",\"__globals__\":{\"st_title_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_title_color_responsive\":\"globals\\/colors?id=dc4aa94\",\"st_subtitle_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_color_responsive\":\"globals\\/colors?id=accent\",\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_subtitle_typography_content_typography_typography\":\"globals\\/typography?id=3304ccb\"},\"st_title_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"sg_subtitle_enable\":\"\",\"sg_subtitle_position\":\"before\",\"sg_description_enable\":\"\",\"sg_description\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"sg_description_max_width_responsive\":{\"unit\":\"%\",\"size\":\"82\",\"sizes\":[]},\"st_subtitle_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":\"\"},\"st_general_alignment_responsive_mobile\":\"center\",\"st_title_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_focused_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_description_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_shadow_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_title_text\":\"Trending Stories And Another Stories\"},\"elements\":[],\"widgetType\":\"jkit_heading\"}],\"isInner\":true},{\"id\":\"19ba9a7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"align\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"10403982\",\"elType\":\"widget\",\"settings\":{\"sg_form_email_placeholder\":\"Your Email Address\",\"sg_form_email_icon_enable\":\"\",\"sg_form_button_text\":\"\",\"sg_form_button_icon\":{\"value\":\"fab fa-telegram-plane\",\"library\":\"fa-brands\"},\"sg_form_button_icon_position\":\"after\",\"sg_form_success_message\":\"Successfully listed this email\",\"st_label_typography_content_typography_font_family\":\"Heebo\",\"st_label_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"st_label_typography_content_typography_font_weight\":\"300\",\"st_label_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"st_input_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"00\",\"isLinked\":false},\"st_input_padding_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"35\",\"bottom\":\"20\",\"left\":\"35\",\"isLinked\":\"\"},\"st_input_border_border_border\":\"solid\",\"st_input_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_input_width_responsive\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]},\"st_input_margin_right_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_input_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_button_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_padding_responsive\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":\"\"},\"st_button_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"st_button_border_border_border\":\"solid\",\"st_button_border_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"st_button_normal_background_background_background\":\"classic\",\"__globals__\":{\"st_label_typography_content_typography_typography\":\"\",\"st_input_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_color_responsive\":\"globals\\/colors?id=a91fc1f\",\"st_input_placeholder_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_input_placeholder_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_button_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_button_normal_background_background_color\":\"globals\\/colors?id=accent\",\"st_button_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_button_hover_background_background_color\":\"globals\\/colors?id=text\",\"st_input_background_background_color\":\"\"},\"st_input_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_input_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_message_typography_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"st_button_hover_background_background_background\":\"classic\",\"st_input_background_background_background\":\"classic\",\"st_input_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_input_width_responsive_tablet\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"st_input_margin_bottom_responsive_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_button_border_radius_responsive_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_button_width_responsive_mobile\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"st_button_icon_size_responsive_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_button_icon_size_responsive\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"st_button_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"35\",\"bottom\":\"17\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_mailchimp\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"53cbad4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-53\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_overlay_color\":\"globals\\/colors?id=88ce941\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.82999999999999996003197111349436454474925994873046875,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"Professional tattoo artist\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6b99ae45\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"16814afa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4e78867\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"4f2875d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":281,\"url\":\"https:\\/\\/annahills.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/05\\/gg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28923418\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e5e4852\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"jki jki-facebook-light\",\"library\":\"jkiticon\"},\"_id\":\"3404f53\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"15831db\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"_id\":\"9740811\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"968ab36\",\"item_icon_color\":\"custom\",\"__globals__\":{\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"hover_animation\":\"float\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=accent\",\"icon_secondary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#0C4271\",\"hover_secondary_color\":\"#BFDD00\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"1e1935be\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7963fbc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664067b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"},{\"text\":\" Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1829708\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_color\":\"#126E82\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"642c725d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"26328fe6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3af7c26e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe0ff8a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9daa67f\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6a0df33\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ba959b7\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46a63f2\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"3085f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"50\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_mobile\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"48837fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Hours\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=2b76cf0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"header_size\":\"span\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd5ec2f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"9 PM - 5 AM, Sunday - Saturday\",\"selected_icon\":{\"value\":\"jki jki-clock-solid\",\"library\":\"jkiticon\"},\"_id\":\"57632c6\"}],\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"text_color\":\"globals\\/colors?id=dc4aa94\",\"icon_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"661d063b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71d2b36d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Your Place \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#0C4271\",\"hover_color\":\"#0C4271\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=5fe74b4\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"6322f7a3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1170\",\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#B8B8B84D\"},\"elements\":[{\"id\":\"518460c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"26aca71c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The German\\nClub\\n\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"4017bf25\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13afa975\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Copyright \\u00a9 2024. All rights reserved.<\\/p>\",\"align\":\"right\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=dc4aa94\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(2183,351,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2184,97,'_elementor_css','a:6:{s:4:\"time\";i:1716416287;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:9:\"fa-brands\";i:2;s:8:\"jkiticon\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2185,352,'_wp_attached_file','2024/05/cropped-gg.png'),(2186,352,'_wp_attachment_context','site-icon'),(2187,352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2024/05/cropped-gg.png\";s:8:\"filesize\";i:355035;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"cropped-gg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"cropped-gg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42421;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:22:\"cropped-gg-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117499;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:22:\"cropped-gg-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64834;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:22:\"cropped-gg-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58216;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:20:\"cropped-gg-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `anna_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_posts` -- DROP TABLE IF EXISTS `anna_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=354 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_posts` -- LOCK TABLES `anna_posts` WRITE; /*!40000 ALTER TABLE `anna_posts` DISABLE KEYS */; INSERT INTO `anna_posts` VALUES (4,0,'2024-05-22 16:37:15','2024-05-22 16:37:15','','Navigation','','publish','closed','closed','','navigation','','','2024-05-22 16:37:15','2024-05-22 16:37:15','',0,'https://annahills.designsfunnelserver.com/2024/05/22/navigation/',0,'wp_navigation','',0),(8,1,'2024-05-22 16:42:17','2024-05-22 16:42:17','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-05-22 16:42:17','2024-05-22 16:42:17','',0,'https://annahills.designsfunnelserver.com/2024/05/22/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),(12,1,'2024-05-22 16:51:34','2024-05-22 16:51:34',' \n

\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n \n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n \n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n \n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n \n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n \n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n \n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n \n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n \n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n \n

FRANK GORDON

\n \n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n \n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n \n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n \n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n
\n \n edit post\n \n \"\"\n Uncategorized\n

\n TEN FACTS THAT NOBODY TOLD YOU ABOUT PUB AND BAR\n

May 22, 2024

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et...

\n Read More\n
\n \n edit post\n \n \"\"\n Uncategorized\n

\n THE TRUTH ABOUT PUB AND BAR IS ABOUT TO BE REVEALED\n

May 22, 2024

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et...

\n Read More\n
\n \n edit post\n \n \"\"\n Uncategorized\n

\n NEVER MESS WITH PUB AND BAR HERE’S THE REASONS WHY\n

May 22, 2024

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et...

\n Read More\n
','Home','','publish','closed','closed','','home','','','2024-05-22 20:34:29','2024-05-22 20:34:29','',0,'https://annahills.designsfunnelserver.com/?page_id=12',0,'page','',0),(13,1,'2024-05-22 16:51:34','2024-05-22 16:51:34','','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 16:51:34','2024-05-22 16:51:34','',12,'https://annahills.designsfunnelserver.com/?p=13',0,'revision','',0),(14,1,'2024-05-22 16:55:13','2024-05-22 16:55:13','','LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','publish','closed','closed','','lajavela-bar-nightlife-and-pub-elementor-template-kit','','','2024-05-22 16:55:13','2024-05-22 16:55:13','',0,'https://annahills.designsfunnelserver.com/?p=14',0,'envato_tk_import','',0),(15,1,'2024-05-22 16:55:38','2024-05-22 16:55:38','','Default Kit','','publish','closed','closed','','default-kit','','','2024-05-22 16:55:38','2024-05-22 16:55:38','',0,'https://annahills.designsfunnelserver.com/?p=15',0,'elementor_library','',0),(16,1,'2024-05-22 16:56:16','2024-05-22 16:56:16','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','publish','closed','closed','','global-kit-styles','','','2024-05-22 17:42:06','2024-05-22 17:42:06','',0,'https://annahills.designsfunnelserver.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(17,1,'2024-05-22 16:56:16','2024-05-22 16:56:16','','Global Kit Styles','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 16:56:16','2024-05-22 16:56:16','',16,'https://annahills.designsfunnelserver.com/?p=17',0,'revision','',0),(18,1,'2024-05-22 16:56:16','2024-05-22 16:56:16','','Global Kit Styles','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 16:56:16','2024-05-22 16:56:16','',16,'https://annahills.designsfunnelserver.com/?p=18',0,'revision','',0),(19,1,'2024-05-22 16:56:16','2024-05-22 16:56:16','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 16:56:16','2024-05-22 16:56:16','',16,'https://annahills.designsfunnelserver.com/?p=19',0,'revision','',0),(20,1,'2024-05-22 16:56:22','2024-05-22 16:56:22','','bar-counter-at-pub.jpg','','inherit','open','closed','','bar-counter-at-pub-jpg','','','2024-05-22 16:56:22','2024-05-22 16:56:22','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bar-counter-at-pub.jpg',0,'attachment','image/jpeg',0),(21,1,'2024-05-22 16:56:23','2024-05-22 16:56:23','','cocktail-e1632779394576.jpg','','inherit','open','closed','','cocktail-e1632779394576-jpg','','','2024-05-22 16:56:23','2024-05-22 16:56:23','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cocktail-e1632779394576.jpg',0,'attachment','image/jpeg',0),(22,1,'2024-05-22 16:56:23','2024-05-22 16:56:23','','bartender-bartender-is-pouring-a-drink.jpg','','inherit','open','closed','','bartender-bartender-is-pouring-a-drink-jpg','','','2024-05-22 16:56:23','2024-05-22 16:56:23','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender-bartender-is-pouring-a-drink.jpg',0,'attachment','image/jpeg',0),(23,1,'2024-05-22 16:56:23','2024-05-22 16:56:23','','productive-day-in-the-pub.jpg','','inherit','open','closed','','productive-day-in-the-pub-jpg','','','2024-05-22 16:56:23','2024-05-22 16:56:23','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/productive-day-in-the-pub.jpg',0,'attachment','image/jpeg',0),(24,1,'2024-05-22 16:56:23','2024-05-22 16:56:23','','male-and-female-bartender-at-the-bar-counter.jpg','','inherit','open','closed','','male-and-female-bartender-at-the-bar-counter-jpg','','','2024-05-22 16:56:23','2024-05-22 16:56:23','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/male-and-female-bartender-at-the-bar-counter.jpg',0,'attachment','image/jpeg',0),(25,1,'2024-05-22 16:56:23','2024-05-22 16:56:23','','top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg','','inherit','open','closed','','top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub-jpg','','','2024-05-22 16:56:23','2024-05-22 16:56:23','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg',0,'attachment','image/jpeg',0),(26,1,'2024-05-22 16:56:24','2024-05-22 16:56:24','','pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg','','inherit','open','closed','','pub-bottle-of-alcohol-and-glass-on-bar-counter-jpg','','','2024-05-22 16:56:24','2024-05-22 16:56:24','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/pub-bottle-of-alcohol-and-glass-on-bar-counter.jpg',0,'attachment','image/jpeg',0),(27,1,'2024-05-22 16:56:25','2024-05-22 16:56:25','','drinking-beer-in-the-bar.jpg','','inherit','open','closed','','drinking-beer-in-the-bar-jpg','','','2024-05-22 16:56:25','2024-05-22 16:56:25','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/drinking-beer-in-the-bar.jpg',0,'attachment','image/jpeg',0),(28,1,'2024-05-22 16:56:25','2024-05-22 16:56:25','','margarita-cocktail.jpg','','inherit','open','closed','','margarita-cocktail-jpg','','','2024-05-22 16:56:25','2024-05-22 16:56:25','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/margarita-cocktail.jpg',0,'attachment','image/jpeg',0),(29,1,'2024-05-22 16:56:25','2024-05-22 16:56:25','','Concrete-wall-texture-9S6LBJR.jpg','','inherit','open','closed','','concrete-wall-texture-9s6lbjr-jpg','','','2024-05-22 16:56:25','2024-05-22 16:56:25','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/Concrete-wall-texture-9S6LBJR-1.jpg',0,'attachment','image/jpeg',0),(30,1,'2024-05-22 16:56:25','2024-05-22 16:56:25','','Concrete-wall-texture-9S6LBJR.jpg','','inherit','open','closed','','concrete-wall-texture-9s6lbjr-jpg','','','2024-05-22 16:56:25','2024-05-22 16:56:25','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/Concrete-wall-texture-9S6LBJR.jpg',0,'attachment','image/jpeg',0),(31,1,'2024-05-22 16:56:26','2024-05-22 16:56:26','{\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-first-name\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n <${props.Flatpickr}\n name=\"mf-date\"\n className=\"mf-input mf-date-input mf-left-parent \"\n placeholder=\"${ parent.decodeEntities(`Book a Table`) } \"\n options=${{\"minDate\":\"\",\"maxDate\":\"\",\"dateFormat\":\"m-d-Y\",\"enableTime\":\"\",\"disable\":[],\"mode\":\"single\",\"static\":true,\"disableMobile\":true,\"time_24hr\":false}}\n value=${parent.getValue(\'mf-date\')}\n onInput=${parent.handleDateTime}\n aria-invalid=${validation.errors[\'mf-date\'] ? \'true\' : \'false\'}\n ref=${el => props.DateWidget(\n el, \n \'\', \n {\"message\":\"This field is required.\",\"required\":false}, \n register, \n parent \n )}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-date\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-comment\"\n as=${html``}\n />\n ','MetForm Contact Us','','publish','closed','closed','','metform-contact-us','','','2024-05-22 16:56:26','2024-05-22 16:56:26','',0,'https://annahills.designsfunnelserver.com/?elementor_library=metform-contact-us',0,'elementor_library','',0),(32,1,'2024-05-22 16:56:26','2024-05-22 16:56:26','','handsome-barman-is-posing-for-photographer-e1632654284121.jpg','','inherit','open','closed','','handsome-barman-is-posing-for-photographer-e1632654284121-jpg','','','2024-05-22 16:56:26','2024-05-22 16:56:26','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/handsome-barman-is-posing-for-photographer-e1632654284121.jpg',0,'attachment','image/jpeg',0),(33,1,'2024-05-22 16:56:26','2024-05-22 16:56:26','{\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-first-name\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n <${props.Flatpickr}\n name=\"mf-date\"\n className=\"mf-input mf-date-input mf-left-parent \"\n placeholder=\"${ parent.decodeEntities(`Book a Table`) } \"\n options=${{\"minDate\":\"\",\"maxDate\":\"\",\"dateFormat\":\"m-d-Y\",\"enableTime\":\"\",\"disable\":[],\"mode\":\"single\",\"static\":true,\"disableMobile\":true,\"time_24hr\":false}}\n value=${parent.getValue(\'mf-date\')}\n onInput=${parent.handleDateTime}\n aria-invalid=${validation.errors[\'mf-date\'] ? \'true\' : \'false\'}\n ref=${el => props.DateWidget(\n el, \n \'\', \n {\"message\":\"This field is required.\",\"required\":false}, \n register, \n parent \n )}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-date\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-comment\"\n as=${html``}\n />\n ','MetForm Contact Us','','inherit','closed','closed','','31-revision-v1','','','2024-05-22 16:56:26','2024-05-22 16:56:26','',31,'https://annahills.designsfunnelserver.com/?p=33',0,'revision','',0),(34,1,'2024-05-22 16:56:26','2024-05-22 16:56:26','','bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria--e1632782439942.jpg','','inherit','open','closed','','bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942-jpg','','','2024-05-22 16:56:26','2024-05-22 16:56:26','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bar-counter-with-defocused-background-and-bottles-of-restaurant-bar-or-cafeteria-e1632782439942.jpg',0,'attachment','image/jpeg',0),(35,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','','in-a-bar.jpg','','inherit','open','closed','','in-a-bar-jpg','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/in-a-bar.jpg',0,'attachment','image/jpeg',0),(36,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','

CONTACT US

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Contact Us\n
  • \n
\n
    \n
  • \n \n GET IN TOUCH\n
  • \n
\n

BOOK A TABLE NOW!

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n

Location

Jl. Raya Kuta No. 99
\n

\n

Email

lajavela@domain.com
\n

\n

Official Social Media :

\n \n \n Facebook-f\n \n \n Twitter\n \n \n Instagram\n \n \n Jki-youtube-v-light\n \n \n \n ','Contact Us','','publish','closed','closed','','contact-us','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',0,'https://annahills.designsfunnelserver.com/?elementor_library=contact-us',0,'elementor_library','',0),(37,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','','lajavela-logo-dustland-1.png','','inherit','open','closed','','lajavela-logo-dustland-1-png','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/lajavela-logo-dustland-1.png',0,'attachment','image/png',0),(38,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','

CONTACT US

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Contact Us\n
  • \n
\n
    \n
  • \n \n GET IN TOUCH\n
  • \n
\n

BOOK A TABLE NOW!

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n

Location

Jl. Raya Kuta No. 99
\n

\n

Email

lajavela@domain.com
\n

\n

Official Social Media :

\n \n \n Facebook-f\n \n \n Twitter\n \n \n Instagram\n \n \n Jki-youtube-v-light\n \n \n \n ','Contact Us','','inherit','closed','closed','','36-revision-v1','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',36,'https://annahills.designsfunnelserver.com/?p=38',0,'revision','',0),(39,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','

OUR BLOG

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Blog\n
  • \n
\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Blog','','publish','closed','closed','','blog','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',0,'https://annahills.designsfunnelserver.com/?elementor_library=blog',0,'elementor_library','',0),(40,1,'2024-05-22 16:56:27','2024-05-22 16:56:27','

OUR BLOG

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Blog\n
  • \n
\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Blog','','inherit','closed','closed','','39-revision-v1','','','2024-05-22 16:56:27','2024-05-22 16:56:27','',39,'https://annahills.designsfunnelserver.com/?p=40',0,'revision','',0),(41,1,'2024-05-22 16:56:28','2024-05-22 16:56:28','','in-a-bar.jpg','','inherit','open','closed','','in-a-bar-jpg-2','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/in-a-bar-1.jpg',0,'attachment','image/jpeg',0),(42,1,'2024-05-22 16:56:28','2024-05-22 16:56:28','','beer-taps-in-a-pub.jpg','','inherit','open','closed','','beer-taps-in-a-pub-jpg','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/beer-taps-in-a-pub.jpg',0,'attachment','image/jpeg',0),(43,1,'2024-05-22 16:56:28','2024-05-22 16:56:28','','female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg','','inherit','open','closed','','female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-jpg','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg',0,'attachment','image/jpeg',0),(44,1,'2024-05-22 16:56:28','2024-05-22 16:56:28',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n (+62) 81 314 239\n
  • \n
','Header','','publish','closed','closed','','header','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',0,'https://annahills.designsfunnelserver.com/?elementor_library=header',0,'elementor_library','',0),(45,1,'2024-05-22 16:56:28','2024-05-22 16:56:28',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n (+62) 81 314 239\n
  • \n
','Header','','inherit','closed','closed','','44-revision-v1','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',44,'https://annahills.designsfunnelserver.com/?p=45',0,'revision','',0),(46,1,'2024-05-22 16:56:28','2024-05-22 16:56:28','','female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142.jpg','','inherit','open','closed','','female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-jpg-2','','','2024-05-22 16:56:28','2024-05-22 16:56:28','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/female-and-male-bartenders-standing-with-crossed-arms-at-bar-e1632655879142-1.jpg',0,'attachment','image/jpeg',0),(47,1,'2024-05-22 16:56:29','2024-05-22 16:56:29','','bartender.jpg','','inherit','open','closed','','bartender-jpg','','','2024-05-22 16:56:29','2024-05-22 16:56:29','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender.jpg',0,'attachment','image/jpeg',0),(48,1,'2024-05-22 16:56:29','2024-05-22 16:56:29','','wineglasses-on-bar-counter.jpg','','inherit','open','closed','','wineglasses-on-bar-counter-jpg','','','2024-05-22 16:56:29','2024-05-22 16:56:29','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/wineglasses-on-bar-counter.jpg',0,'attachment','image/jpeg',0),(49,1,'2024-05-22 16:56:29','2024-05-22 16:56:29','','bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg','','inherit','open','closed','','bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-jpg','','','2024-05-22 16:56:29','2024-05-22 16:56:29','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg',0,'attachment','image/jpeg',0),(50,1,'2024-05-22 16:56:29','2024-05-22 16:56:29','','lajavela-logo-dustland.png','','inherit','open','closed','','lajavela-logo-dustland-png','','','2024-05-22 16:56:29','2024-05-22 16:56:29','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/lajavela-logo-dustland.png',0,'attachment','image/png',0),(51,1,'2024-05-22 16:56:30','2024-05-22 16:56:30','','business-in-the-pub-e1632662253299.jpg','','inherit','open','closed','','business-in-the-pub-e1632662253299-jpg','','','2024-05-22 16:56:30','2024-05-22 16:56:30','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/business-in-the-pub-e1632662253299.jpg',0,'attachment','image/jpeg',0),(52,1,'2024-05-22 16:56:30','2024-05-22 16:56:30','','bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135.jpg','','inherit','open','closed','','bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-jpg-2','','','2024-05-22 16:56:30','2024-05-22 16:56:30','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartenders-standing-with-crossed-arms-and-looking-at-camera-at-bar-e1632659093135-1.jpg',0,'attachment','image/jpeg',0),(53,1,'2024-05-22 16:56:30','2024-05-22 16:56:30','','bar-manager-is-making-drinks-at-the-bar.jpg','','inherit','open','closed','','bar-manager-is-making-drinks-at-the-bar-jpg','','','2024-05-22 16:56:30','2024-05-22 16:56:30','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bar-manager-is-making-drinks-at-the-bar.jpg',0,'attachment','image/jpeg',0),(54,1,'2024-05-22 16:56:30','2024-05-22 16:56:30','','hamburger-and-beer.jpg','','inherit','open','closed','','hamburger-and-beer-jpg','','','2024-05-22 16:56:30','2024-05-22 16:56:30','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/hamburger-and-beer.jpg',0,'attachment','image/jpeg',0),(55,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n Twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n

Pub & Bar Template Kit by Jegtheme

Copyright © 2021. All rights reserved.

','Footer','','publish','closed','closed','','footer','','','2024-05-22 16:56:31','2024-05-22 16:56:31','',0,'https://annahills.designsfunnelserver.com/?elementor_library=footer',0,'elementor_library','',0),(56,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','','hamburger-and-beer.jpg','','inherit','open','closed','','hamburger-and-beer-jpg-2','','','2024-05-22 16:56:31','2024-05-22 16:56:31','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/hamburger-and-beer-1.jpg',0,'attachment','image/jpeg',0),(57,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n Twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n

Pub & Bar Template Kit by Jegtheme

Copyright © 2021. All rights reserved.

','Footer','','inherit','closed','closed','','55-revision-v1','','','2024-05-22 16:56:31','2024-05-22 16:56:31','',55,'https://annahills.designsfunnelserver.com/?p=57',0,'revision','',0),(58,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','

404

\n

Page Not Found

\n

The Page You’re Looking For Was Not Found

\n \n Back To Home\n ','404 Page','','publish','closed','closed','','404-page','','','2024-05-22 16:56:31','2024-05-22 16:56:31','',0,'https://annahills.designsfunnelserver.com/?elementor_library=404-page',0,'elementor_library','',0),(59,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','

404

\n

Page Not Found

\n

The Page You’re Looking For Was Not Found

\n \n Back To Home\n ','404 Page','','inherit','closed','closed','','58-revision-v1','','','2024-05-22 16:56:31','2024-05-22 16:56:31','',58,'https://annahills.designsfunnelserver.com/?p=59',0,'revision','',0),(60,1,'2024-05-22 16:56:31','2024-05-22 16:56:31','

A BAR ABOVE IS EASILY ONE OF THE BEST RESOURCES

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n

Best Way To Enjoy The weekend On La Javela

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n \"\" \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. 

\n \n
\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"
\"bartender-bartender-is-pouring-a-drink.jpg\"
\"business-in-the-pub-e1632662253299.jpg\"
\n

Good Thinks About Bar and Pub

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. 

\n
    \n
  • \n \n Quisque aliquet nibh sit amet lectus\n
  • \n
  • \n \n Nulla at metus ultricies, placerat augue\n
  • \n
  • \n \n Curabitur mollis ex vestibulum\n
  • \n
  • \n \n Quisque aliquet nibh sit amet lectus auctor\n
  • \n
\n
    \n
  • \n \n Quisque aliquet nibh sit amet lectus\n
  • \n
  • \n \n Nulla at metus ultricies, placerat augue\n
  • \n
  • \n \n Curabitur mollis ex vestibulum\n
  • \n
  • \n \n Quisque aliquet nibh sit amet lectus auctor\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. 

Tags :

\n

Share :

\n
  • \n \n
  • \n \n
  • \n \n
\n ','Single Post','','publish','closed','closed','','single-post','','','2024-05-22 16:56:32','2024-05-22 16:56:32','',0,'https://annahills.designsfunnelserver.com/?elementor_library=single-post',0,'elementor_library','',0),(61,1,'2024-05-22 16:56:32','2024-05-22 16:56:32','','beer-and-rustic-food.jpg','','inherit','open','closed','','beer-and-rustic-food-jpg','','','2024-05-22 16:56:32','2024-05-22 16:56:32','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/beer-and-rustic-food.jpg',0,'attachment','image/jpeg',0),(62,1,'2024-05-22 16:56:32','2024-05-22 16:56:32','

A BAR ABOVE IS EASILY ONE OF THE BEST RESOURCES

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n \n \n

Best Way To Enjoy The weekend On La Javela

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n \"\" \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. 

\n \n
\"top-view-of-bartender-serving-beer-to-young-men-while-standing-at-the-bar-counter-in-pub.jpg\"
\"bartender-bartender-is-pouring-a-drink.jpg\"
\"business-in-the-pub-e1632662253299.jpg\"
\n

Good Thinks About Bar and Pub

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. 

\n
    \n
  • \n \n Quisque aliquet nibh sit amet lectus\n
  • \n
  • \n \n Nulla at metus ultricies, placerat augue\n
  • \n
  • \n \n Curabitur mollis ex vestibulum\n
  • \n
  • \n \n Quisque aliquet nibh sit amet lectus auctor\n
  • \n
\n
    \n
  • \n \n Quisque aliquet nibh sit amet lectus\n
  • \n
  • \n \n Nulla at metus ultricies, placerat augue\n
  • \n
  • \n \n Curabitur mollis ex vestibulum\n
  • \n
  • \n \n Quisque aliquet nibh sit amet lectus auctor\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. 

Tags :

\n

Share :

\n
  • \n \n
  • \n \n
  • \n \n
\n ','Single Post','','inherit','closed','closed','','60-revision-v1','','','2024-05-22 16:56:32','2024-05-22 16:56:32','',60,'https://annahills.designsfunnelserver.com/?p=62',0,'revision','',0),(63,1,'2024-05-22 16:56:32','2024-05-22 16:56:32','

OUR SERVICES

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Services\n
  • \n
\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

','Services','','publish','closed','closed','','services','','','2024-05-22 16:56:32','2024-05-22 16:56:32','',0,'https://annahills.designsfunnelserver.com/?elementor_library=services',0,'elementor_library','',0),(64,1,'2024-05-22 16:56:32','2024-05-22 16:56:32','

OUR SERVICES

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Services\n
  • \n
\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

','Services','','inherit','closed','closed','','63-revision-v1','','','2024-05-22 16:56:32','2024-05-22 16:56:32','',63,'https://annahills.designsfunnelserver.com/?p=64',0,'revision','',0),(65,1,'2024-05-22 16:56:33','2024-05-22 16:56:33','

FAQ

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n FAQ\n
  • \n
\n
    \n
  • \n \n FAQ\n
  • \n
\n

GENERAL QUESTIONS

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Where Can I Find Information?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What Are Your Terms And Conditions?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n Can I Buy Directly From The Apps?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What Kinds of Payment Do You Accept?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What are the age requirements?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n How much is general admission?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n How much is VIP admission?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n Is smoking allowed inside Bar?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n
    \n
  • \n \n REVERSE\n
  • \n
\n

BOOK A TABLE

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Book Now\n \n
    \n
  • \n \n MENUS\n
  • \n
\n

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n \"\"\n

MARGARITA COCKTAIL

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF BEERS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF FOODS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now','FAQ','','publish','closed','closed','','faq','','','2024-05-22 16:56:33','2024-05-22 16:56:33','',0,'https://annahills.designsfunnelserver.com/?elementor_library=faq',0,'elementor_library','',0),(66,1,'2024-05-22 16:56:33','2024-05-22 16:56:33','

FAQ

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n FAQ\n
  • \n
\n
    \n
  • \n \n FAQ\n
  • \n
\n

GENERAL QUESTIONS

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Where Can I Find Information?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What Are Your Terms And Conditions?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n Can I Buy Directly From The Apps?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What Kinds of Payment Do You Accept?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n What are the age requirements?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n How much is general admission?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n How much is VIP admission?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n \n Is smoking allowed inside Bar?\n \n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

\n
    \n
  • \n \n REVERSE\n
  • \n
\n

BOOK A TABLE

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Book Now\n \n
    \n
  • \n \n MENUS\n
  • \n
\n

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n \"\"\n

MARGARITA COCKTAIL

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF BEERS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF FOODS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now','FAQ','','inherit','closed','closed','','65-revision-v1','','','2024-05-22 16:56:33','2024-05-22 16:56:33','',65,'https://annahills.designsfunnelserver.com/?p=66',0,'revision','',0),(67,1,'2024-05-22 16:56:33','2024-05-22 16:56:33','

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Menu\n
  • \n
\n
    \n
  • \n \n MENUS\n
  • \n
\n

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n \"\"\n

MARGARITA COCKTAIL

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF BEERS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF FOODS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n
    \n
  • \n \n REVERSE\n
  • \n
\n

BOOK A TABLE

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Book Now\n \n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Our Menu','','publish','closed','closed','','our-menu','','','2024-05-22 16:56:33','2024-05-22 16:56:33','',0,'https://annahills.designsfunnelserver.com/?elementor_library=our-menu',0,'elementor_library','',0),(68,1,'2024-05-22 16:56:33','2024-05-22 16:56:33','

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Menu\n
  • \n
\n
    \n
  • \n \n MENUS\n
  • \n
\n

OUR MENU

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n \"\"\n

MARGARITA COCKTAIL

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF BEERS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n \"\"\n

VARIETY OF FOODS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.\n Order Now\n
    \n
  • \n \n REVERSE\n
  • \n
\n

BOOK A TABLE

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n \n Book Now\n \n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Our Menu','','inherit','closed','closed','','67-revision-v1','','','2024-05-22 16:56:33','2024-05-22 16:56:33','',67,'https://annahills.designsfunnelserver.com/?p=68',0,'revision','',0),(69,1,'2024-05-22 16:56:34','2024-05-22 16:56:34','','bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture.jpg','','inherit','open','closed','','bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-jpg','','','2024-05-22 16:56:34','2024-05-22 16:56:34','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture.jpg',0,'attachment','image/jpeg',0),(70,1,'2024-05-22 16:56:34','2024-05-22 16:56:34','','bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture.jpg','','inherit','open','closed','','bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-jpg-2','','','2024-05-22 16:56:34','2024-05-22 16:56:34','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bar-interior-design-modern-pub-with-chairs-tables-for-socializing-resting-with-comfort-furniture-1.jpg',0,'attachment','image/jpeg',0),(71,1,'2024-05-22 16:56:34','2024-05-22 16:56:34','','Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg','','inherit','open','closed','','attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3-jpg','','','2024-05-22 16:56:34','2024-05-22 16:56:34','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/Attractive-bartender-girl-holding-in-her-hands-steel-cocktail-shakers-at-the-bar-counter-3.jpg',0,'attachment','image/jpeg',0),(72,1,'2024-05-22 16:56:36','2024-05-22 16:56:36','','portrait-of-bartender-crossing-arms-3.jpeg','','inherit','open','closed','','portrait-of-bartender-crossing-arms-3-jpeg','','','2024-05-22 16:56:36','2024-05-22 16:56:36','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/portrait-of-bartender-crossing-arms-3.jpeg',0,'attachment','image/jpeg',0),(73,1,'2024-05-22 16:56:37','2024-05-22 16:56:37','','bartender-hand-at-multicolored-fashion-drinks.jpg','','inherit','open','closed','','bartender-hand-at-multicolored-fashion-drinks-jpg','','','2024-05-22 16:56:37','2024-05-22 16:56:37','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender-hand-at-multicolored-fashion-drinks.jpg',0,'attachment','image/jpeg',0),(74,1,'2024-05-22 16:56:37','2024-05-22 16:56:37','','bartender-hand-at-multicolored-fashion-drinks.jpg','','inherit','open','closed','','bartender-hand-at-multicolored-fashion-drinks-jpg-2','','','2024-05-22 16:56:37','2024-05-22 16:56:37','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender-hand-at-multicolored-fashion-drinks-1.jpg',0,'attachment','image/jpeg',0),(75,1,'2024-05-22 16:56:37','2024-05-22 16:56:37','','smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg','','inherit','open','closed','','smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628-jpg','','','2024-05-22 16:56:37','2024-05-22 16:56:37','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/smiling-barista-in-apron-standing-with-crossed-arms-near-bar-counter-e1632777652628.jpg',0,'attachment','image/jpeg',0),(76,1,'2024-05-22 16:56:40','2024-05-22 16:56:40','','toasting-in-bar-e1633530050704.jpg','','inherit','open','closed','','toasting-in-bar-e1633530050704-jpg','','','2024-05-22 16:56:40','2024-05-22 16:56:40','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/toasting-in-bar-e1633530050704.jpg',0,'attachment','image/jpeg',0),(77,1,'2024-05-22 16:56:40','2024-05-22 16:56:40','','toasting-in-bar-e1633793100370.jpg','','inherit','open','closed','','toasting-in-bar-e1633793100370-jpg','','','2024-05-22 16:56:40','2024-05-22 16:56:40','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/toasting-in-bar-e1633793100370.jpg',0,'attachment','image/jpeg',0),(78,1,'2024-05-22 16:56:42','2024-05-22 16:56:42','','set-of-bar-accessories-e1633793117988.jpg','','inherit','open','closed','','set-of-bar-accessories-e1633793117988-jpg','','','2024-05-22 16:56:42','2024-05-22 16:56:42','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/set-of-bar-accessories-e1633793117988.jpg',0,'attachment','image/jpeg',0),(79,1,'2024-05-22 16:56:42','2024-05-22 16:56:42','','set-of-bar-accessories-e1633530062611.jpg','','inherit','open','closed','','set-of-bar-accessories-e1633530062611-jpg','','','2024-05-22 16:56:42','2024-05-22 16:56:42','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/set-of-bar-accessories-e1633530062611.jpg',0,'attachment','image/jpeg',0),(80,1,'2024-05-22 16:56:42','2024-05-22 16:56:42','','teamwork-at-the-pub-e1632662164386.jpg','','inherit','open','closed','','teamwork-at-the-pub-e1632662164386-jpg','','','2024-05-22 16:56:42','2024-05-22 16:56:42','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/teamwork-at-the-pub-e1632662164386.jpg',0,'attachment','image/jpeg',0),(81,1,'2024-05-22 16:56:43','2024-05-22 16:56:43','','interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg','','inherit','open','closed','','interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982-jpg','','','2024-05-22 16:56:43','2024-05-22 16:56:43','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg',0,'attachment','image/jpeg',0),(82,1,'2024-05-22 16:56:44','2024-05-22 16:56:44','','interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg','','inherit','open','closed','','interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834-jpg','','','2024-05-22 16:56:44','2024-05-22 16:56:44','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg',0,'attachment','image/jpeg',0),(83,1,'2024-05-22 16:56:45','2024-05-22 16:56:45','','man-in-sunglasses-sitting-at-the-counter-in-bar.jpg','','inherit','open','closed','','man-in-sunglasses-sitting-at-the-counter-in-bar-jpg','','','2024-05-22 16:56:45','2024-05-22 16:56:45','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/man-in-sunglasses-sitting-at-the-counter-in-bar.jpg',0,'attachment','image/jpeg',0),(84,1,'2024-05-22 16:56:45','2024-05-22 16:56:45','','bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg','','inherit','open','closed','','bartender-works-with-shaker-at-the-bar-counter-e1633793140347-jpg','','','2024-05-22 16:56:45','2024-05-22 16:56:45','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg',0,'attachment','image/jpeg',0),(85,1,'2024-05-22 16:56:46','2024-05-22 16:56:46','','bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg','','inherit','open','closed','','bartender-works-with-shaker-at-the-bar-counter-e1633530086786-jpg','','','2024-05-22 16:56:46','2024-05-22 16:56:46','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg',0,'attachment','image/jpeg',0),(86,1,'2024-05-22 16:56:47','2024-05-22 16:56:47','','smiling-man-with-beard-e1626833582823.jpeg','','inherit','open','closed','','smiling-man-with-beard-e1626833582823-jpeg','','','2024-05-22 16:56:47','2024-05-22 16:56:47','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/smiling-man-with-beard-e1626833582823.jpeg',0,'attachment','image/jpeg',0),(87,1,'2024-05-22 16:56:48','2024-05-22 16:56:48','

ABOUT US

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n About Us\n
  • \n
\n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE PUBS AND BARS EXIST SINCE YEARS 2001

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bartender.jpg\" \n 0\n +\n Years Of Experiences\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \n
\"toasting-in-bar-e1633530050704.jpg\"
\"set-of-bar-accessories-e1633530062611.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','About Us','','publish','closed','closed','','about-us','','','2024-05-22 16:56:49','2024-05-22 16:56:49','',0,'https://annahills.designsfunnelserver.com/?elementor_library=about-us',0,'elementor_library','',0),(88,1,'2024-05-22 16:56:49','2024-05-22 16:56:49','

ABOUT US

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n About Us\n
  • \n
\n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE PUBS AND BARS EXIST SINCE YEARS 2001

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bartender.jpg\" \n 0\n +\n Years Of Experiences\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \n
\"toasting-in-bar-e1633530050704.jpg\"
\"set-of-bar-accessories-e1633530062611.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633530075834.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633530086786.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','About Us','','inherit','closed','closed','','87-revision-v1','','','2024-05-22 16:56:49','2024-05-22 16:56:49','',87,'https://annahills.designsfunnelserver.com/?p=88',0,'revision','',0),(89,1,'2024-05-22 16:56:49','2024-05-22 16:56:49','','single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg','','inherit','open','closed','','single-fashion-man-bachelor-enjoying-drinks-at-bar-counter-jpg','','','2024-05-22 16:56:49','2024-05-22 16:56:49','',0,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/single-fashion-man-bachelor-enjoying-drinks-at-bar-counter.jpg',0,'attachment','image/jpeg',0),(90,1,'2024-05-22 16:56:51','2024-05-22 16:56:51','

OUR TEAM

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Team\n
  • \n
\n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Founder

\n

\n
\n

KELLY DUUN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

DONNA RUTH

\n \"\"\n

Founder

\n

\n
\n

KELLY DUUN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

DONNA RUTH

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Team','','publish','closed','closed','','team','','','2024-05-22 16:56:51','2024-05-22 16:56:51','',0,'https://annahills.designsfunnelserver.com/?elementor_library=team',0,'elementor_library','',0),(91,1,'2024-05-22 16:56:51','2024-05-22 16:56:51','

OUR TEAM

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

\n
    \n
  • \n Home\n
  • \n
\n
    \n
  • \n Our Team\n
  • \n
\n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Founder

\n

\n
\n

KELLY DUUN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

DONNA RUTH

\n \"\"\n

Founder

\n

\n
\n

KELLY DUUN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

DONNA RUTH

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Team','','inherit','closed','closed','','90-revision-v1','','','2024-05-22 16:56:51','2024-05-22 16:56:51','',90,'https://annahills.designsfunnelserver.com/?p=91',0,'revision','',0),(92,1,'2024-05-22 16:56:54','2024-05-22 16:56:54',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','publish','closed','closed','','home','','','2024-05-22 16:56:54','2024-05-22 16:56:54','',0,'https://annahills.designsfunnelserver.com/?elementor_library=home',0,'elementor_library','',0),(93,1,'2024-05-22 16:56:54','2024-05-22 16:56:54','','Home','','inherit','closed','closed','','92-revision-v1','','','2024-05-22 16:56:54','2024-05-22 16:56:54','',92,'https://annahills.designsfunnelserver.com/?p=93',0,'revision','',0),(94,1,'2024-05-22 16:56:54','2024-05-22 16:56:54',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','92-revision-v1','','','2024-05-22 16:56:54','2024-05-22 16:56:54','',92,'https://annahills.designsfunnelserver.com/?p=94',0,'revision','',0),(95,1,'2024-05-22 17:01:16','2024-05-22 17:01:16',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','publish','closed','closed','','header','','','2024-05-22 22:02:15','2024-05-22 22:02:15','',0,'https://annahills.designsfunnelserver.com/?post_type=elementor-hf&p=95',0,'elementor-hf','',0),(96,1,'2024-05-22 17:01:16','2024-05-22 17:01:16','','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:01:16','2024-05-22 17:01:16','',95,'https://annahills.designsfunnelserver.com/?p=96',0,'revision','',0),(97,1,'2024-05-22 17:01:43','2024-05-22 17:01:43','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Contact Us\n
  • \n
  • \n Events\n
  • \n
  • \n Blog\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','publish','closed','closed','','footer','','','2024-05-22 22:18:04','2024-05-22 22:18:04','',0,'https://annahills.designsfunnelserver.com/?post_type=elementor-hf&p=97',0,'elementor-hf','',0),(98,1,'2024-05-22 17:01:43','2024-05-22 17:01:43','','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:01:43','2024-05-22 17:01:43','',97,'https://annahills.designsfunnelserver.com/?p=98',0,'revision','',0),(100,1,'2024-05-22 17:02:50','2024-05-22 17:02:50','','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:02:50','2024-05-22 17:02:50','',95,'https://annahills.designsfunnelserver.com/?p=100',0,'revision','',0),(101,1,'2024-05-22 17:02:50','2024-05-22 17:02:50','','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:02:50','2024-05-22 17:02:50','',95,'https://annahills.designsfunnelserver.com/?p=101',0,'revision','',0),(102,1,'2024-05-22 17:02:51','2024-05-22 17:02:51',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:02:51','2024-05-22 17:02:51','',95,'https://annahills.designsfunnelserver.com/?p=102',0,'revision','',0),(104,1,'2024-05-22 17:04:46','2024-05-22 17:04:46','','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:04:46','2024-05-22 17:04:46','',97,'https://annahills.designsfunnelserver.com/?p=104',0,'revision','',0),(105,1,'2024-05-22 17:04:46','2024-05-22 17:04:46','','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:04:46','2024-05-22 17:04:46','',97,'https://annahills.designsfunnelserver.com/?p=105',0,'revision','',0),(106,1,'2024-05-22 17:04:46','2024-05-22 17:04:46','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:04:46','2024-05-22 17:04:46','',97,'https://annahills.designsfunnelserver.com/?p=106',0,'revision','',0),(107,1,'2024-05-22 21:54:31','2024-05-22 17:07:38',' ','','','publish','closed','closed','','107','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=107',1,'nav_menu_item','',0),(108,1,'2024-05-22 21:54:31','2024-05-22 17:07:38','','Services','','publish','closed','closed','','services','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=108',3,'nav_menu_item','',0),(109,1,'2024-05-22 21:54:31','2024-05-22 17:07:38','','About Us','','publish','closed','closed','','about-us','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=109',2,'nav_menu_item','',0),(110,1,'2024-05-22 21:54:31','2024-05-22 17:07:38','','Contact Us','','publish','closed','closed','','contact-us','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=110',4,'nav_menu_item','',0),(111,1,'2024-05-22 21:54:31','2024-05-22 17:07:38','','Events','','publish','closed','closed','','faq','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=111',5,'nav_menu_item','',0),(112,1,'2024-05-22 21:54:31','2024-05-22 17:07:38','','Blog','','publish','closed','closed','','blog','','','2024-05-22 21:54:31','2024-05-22 21:54:31','',0,'https://annahills.designsfunnelserver.com/?p=112',6,'nav_menu_item','',0),(114,1,'2024-05-22 17:10:50','2024-05-22 17:10:50','','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:10:50','2024-05-22 17:10:50','',12,'https://annahills.designsfunnelserver.com/?p=114',0,'revision','',0),(115,1,'2024-05-22 17:10:50','2024-05-22 17:10:50','','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:10:50','2024-05-22 17:10:50','',12,'https://annahills.designsfunnelserver.com/?p=115',0,'revision','',0),(116,1,'2024-05-22 17:10:51','2024-05-22 17:10:51',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:10:51','2024-05-22 17:10:51','',12,'https://annahills.designsfunnelserver.com/?p=116',0,'revision','',0),(117,1,'2024-05-22 17:12:34','2024-05-22 17:12:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:12:34','2024-05-22 17:12:34','',12,'https://annahills.designsfunnelserver.com/?p=117',0,'revision','',0),(118,1,'2024-05-22 17:12:34','2024-05-22 17:12:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:12:34','2024-05-22 17:12:34','',12,'https://annahills.designsfunnelserver.com/?p=118',0,'revision','',0),(119,1,'2024-05-22 17:12:34','2024-05-22 17:12:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TOThe German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:12:34','2024-05-22 17:12:34','',12,'https://annahills.designsfunnelserver.com/?p=119',0,'revision','',0),(120,1,'2024-05-22 17:13:59','2024-05-22 17:13:59',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TOThe German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:13:59','2024-05-22 17:13:59','',12,'https://annahills.designsfunnelserver.com/?p=120',0,'revision','',0),(121,1,'2024-05-22 17:13:59','2024-05-22 17:13:59',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TOThe German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:13:59','2024-05-22 17:13:59','',12,'https://annahills.designsfunnelserver.com/?p=121',0,'revision','',0),(122,1,'2024-05-22 17:14:00','2024-05-22 17:14:00',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:14:00','2024-05-22 17:14:00','',12,'https://annahills.designsfunnelserver.com/?p=122',0,'revision','',0),(123,1,'2024-05-22 17:17:06','2024-05-22 17:17:06','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:17:06','2024-05-22 17:17:06','',16,'https://annahills.designsfunnelserver.com/?p=123',0,'revision','',0),(124,1,'2024-05-22 17:17:36','2024-05-22 17:17:36','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:17:36','2024-05-22 17:17:36','',16,'https://annahills.designsfunnelserver.com/?p=124',0,'revision','',0),(125,1,'2024-05-22 17:18:40','2024-05-22 17:18:40','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:18:40','2024-05-22 17:18:40','',16,'https://annahills.designsfunnelserver.com/?p=125',0,'revision','',0),(126,1,'2024-05-22 17:19:44','2024-05-22 17:19:44','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:19:44','2024-05-22 17:19:44','',16,'https://annahills.designsfunnelserver.com/?p=126',0,'revision','',0),(127,1,'2024-05-22 17:20:39','2024-05-22 17:20:39','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:20:39','2024-05-22 17:20:39','',16,'https://annahills.designsfunnelserver.com/?p=127',0,'revision','',0),(128,1,'2024-05-22 17:21:10','2024-05-22 17:21:10','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:21:10','2024-05-22 17:21:10','',16,'https://annahills.designsfunnelserver.com/?p=128',0,'revision','',0),(129,1,'2024-05-22 17:23:47','2024-05-22 17:23:47','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:23:47','2024-05-22 17:23:47','',16,'https://annahills.designsfunnelserver.com/?p=129',0,'revision','',0),(130,1,'2024-05-22 17:24:21','2024-05-22 17:24:21','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:24:21','2024-05-22 17:24:21','',16,'https://annahills.designsfunnelserver.com/?p=130',0,'revision','',0),(131,1,'2024-05-22 17:24:57','2024-05-22 17:24:57','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:24:57','2024-05-22 17:24:57','',16,'https://annahills.designsfunnelserver.com/?p=131',0,'revision','',0),(132,1,'2024-05-22 17:25:51','2024-05-22 17:25:51','','Kit Styles: LaJavela – Bar, Nightlife and Pub Elementor Template Kit','','inherit','closed','closed','','16-revision-v1','','','2024-05-22 17:25:51','2024-05-22 17:25:51','',16,'https://annahills.designsfunnelserver.com/?p=132',0,'revision','',0),(133,1,'2024-05-22 17:30:42','2024-05-22 17:30:42',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:30:42','2024-05-22 17:30:42','',12,'https://annahills.designsfunnelserver.com/?p=133',0,'revision','',0),(134,1,'2024-05-22 17:30:42','2024-05-22 17:30:42',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:30:42','2024-05-22 17:30:42','',12,'https://annahills.designsfunnelserver.com/?p=134',0,'revision','',0),(135,1,'2024-05-22 17:30:42','2024-05-22 17:30:42',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:30:42','2024-05-22 17:30:42','',12,'https://annahills.designsfunnelserver.com/?p=135',0,'revision','',0),(136,1,'2024-05-22 17:32:43','2024-05-22 17:32:43',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:32:43','2024-05-22 17:32:43','',12,'https://annahills.designsfunnelserver.com/?p=136',0,'revision','',0),(137,1,'2024-05-22 17:32:43','2024-05-22 17:32:43',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:32:43','2024-05-22 17:32:43','',12,'https://annahills.designsfunnelserver.com/?p=137',0,'revision','',0),(138,1,'2024-05-22 17:32:43','2024-05-22 17:32:43',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:32:43','2024-05-22 17:32:43','',12,'https://annahills.designsfunnelserver.com/?p=138',0,'revision','',0),(139,1,'2024-05-22 17:33:33','2024-05-22 17:33:33',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:33:33','2024-05-22 17:33:33','',12,'https://annahills.designsfunnelserver.com/?p=139',0,'revision','',0),(140,1,'2024-05-22 17:33:33','2024-05-22 17:33:33',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:33:33','2024-05-22 17:33:33','',12,'https://annahills.designsfunnelserver.com/?p=140',0,'revision','',0),(141,1,'2024-05-22 17:33:34','2024-05-22 17:33:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:33:34','2024-05-22 17:33:34','',12,'https://annahills.designsfunnelserver.com/?p=141',0,'revision','',0),(142,1,'2024-05-22 17:35:27','2024-05-22 17:35:27',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:35:27','2024-05-22 17:35:27','',12,'https://annahills.designsfunnelserver.com/?p=142',0,'revision','',0),(143,1,'2024-05-22 17:35:27','2024-05-22 17:35:27',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:35:27','2024-05-22 17:35:27','',12,'https://annahills.designsfunnelserver.com/?p=143',0,'revision','',0); INSERT INTO `anna_posts` VALUES (144,1,'2024-05-22 17:35:28','2024-05-22 17:35:28',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 17:35:28','2024-05-22 17:35:28','',12,'https://annahills.designsfunnelserver.com/?p=144',0,'revision','',0),(145,1,'2024-05-22 17:37:12','2024-05-22 17:37:12','','image_2024_05_22T16_56_53_274Z222','','inherit','open','closed','','image_2024_05_22t16_56_53_274z222','','','2024-05-22 17:37:12','2024-05-22 17:37:12','',95,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/image_2024_05_22T16_56_53_274Z222.png',0,'attachment','image/png',0),(146,1,'2024-05-22 17:37:23','2024-05-22 17:37:23',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:23','2024-05-22 17:37:23','',95,'https://annahills.designsfunnelserver.com/?p=146',0,'revision','',0),(147,1,'2024-05-22 17:37:23','2024-05-22 17:37:23',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:23','2024-05-22 17:37:23','',95,'https://annahills.designsfunnelserver.com/?p=147',0,'revision','',0),(148,1,'2024-05-22 17:37:23','2024-05-22 17:37:23',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:23','2024-05-22 17:37:23','',95,'https://annahills.designsfunnelserver.com/?p=148',0,'revision','',0),(149,1,'2024-05-22 17:37:27','2024-05-22 17:37:27',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:27','2024-05-22 17:37:27','',95,'https://annahills.designsfunnelserver.com/?p=149',0,'revision','',0),(150,1,'2024-05-22 17:37:27','2024-05-22 17:37:27',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:27','2024-05-22 17:37:27','',95,'https://annahills.designsfunnelserver.com/?p=150',0,'revision','',0),(151,1,'2024-05-22 17:37:27','2024-05-22 17:37:27',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:37:27','2024-05-22 17:37:27','',95,'https://annahills.designsfunnelserver.com/?p=151',0,'revision','',0),(152,1,'2024-05-22 17:38:11','2024-05-22 17:38:11',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:38:11','2024-05-22 17:38:11','',95,'https://annahills.designsfunnelserver.com/?p=152',0,'revision','',0),(153,1,'2024-05-22 17:38:11','2024-05-22 17:38:11',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:38:11','2024-05-22 17:38:11','',95,'https://annahills.designsfunnelserver.com/?p=153',0,'revision','',0),(154,1,'2024-05-22 17:38:11','2024-05-22 17:38:11',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:38:11','2024-05-22 17:38:11','',95,'https://annahills.designsfunnelserver.com/?p=154',0,'revision','',0),(155,1,'2024-05-22 17:45:17','2024-05-22 17:45:17',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:17','2024-05-22 17:45:17','',95,'https://annahills.designsfunnelserver.com/?p=155',0,'revision','',0),(156,1,'2024-05-22 17:45:17','2024-05-22 17:45:17',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:17','2024-05-22 17:45:17','',95,'https://annahills.designsfunnelserver.com/?p=156',0,'revision','',0),(157,1,'2024-05-22 17:45:17','2024-05-22 17:45:17',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:17','2024-05-22 17:45:17','',95,'https://annahills.designsfunnelserver.com/?p=157',0,'revision','',0),(158,1,'2024-05-22 17:45:35','2024-05-22 17:45:35',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:35','2024-05-22 17:45:35','',95,'https://annahills.designsfunnelserver.com/?p=158',0,'revision','',0),(159,1,'2024-05-22 17:45:35','2024-05-22 17:45:35',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:35','2024-05-22 17:45:35','',95,'https://annahills.designsfunnelserver.com/?p=159',0,'revision','',0),(160,1,'2024-05-22 17:45:36','2024-05-22 17:45:36',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:45:36','2024-05-22 17:45:36','',95,'https://annahills.designsfunnelserver.com/?p=160',0,'revision','',0),(161,1,'2024-05-22 17:46:38','2024-05-22 17:46:38','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:46:38','2024-05-22 17:46:38','',97,'https://annahills.designsfunnelserver.com/?p=161',0,'revision','',0),(162,1,'2024-05-22 17:46:38','2024-05-22 17:46:38','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:46:38','2024-05-22 17:46:38','',97,'https://annahills.designsfunnelserver.com/?p=162',0,'revision','',0),(163,1,'2024-05-22 17:46:39','2024-05-22 17:46:39','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:46:39','2024-05-22 17:46:39','',97,'https://annahills.designsfunnelserver.com/?p=163',0,'revision','',0),(164,1,'2024-05-22 17:47:15','2024-05-22 17:47:15','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:15','2024-05-22 17:47:15','',97,'https://annahills.designsfunnelserver.com/?p=164',0,'revision','',0),(165,1,'2024-05-22 17:47:15','2024-05-22 17:47:15','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:15','2024-05-22 17:47:15','',97,'https://annahills.designsfunnelserver.com/?p=165',0,'revision','',0),(166,1,'2024-05-22 17:47:16','2024-05-22 17:47:16','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:16','2024-05-22 17:47:16','',97,'https://annahills.designsfunnelserver.com/?p=166',0,'revision','',0),(167,1,'2024-05-22 17:47:44','2024-05-22 17:47:44','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:44','2024-05-22 17:47:44','',97,'https://annahills.designsfunnelserver.com/?p=167',0,'revision','',0),(168,1,'2024-05-22 17:47:44','2024-05-22 17:47:44','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:44','2024-05-22 17:47:44','',97,'https://annahills.designsfunnelserver.com/?p=168',0,'revision','',0),(169,1,'2024-05-22 17:47:44','2024-05-22 17:47:44','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:47:44','2024-05-22 17:47:44','',97,'https://annahills.designsfunnelserver.com/?p=169',0,'revision','',0),(170,1,'2024-05-22 17:48:07','2024-05-22 17:48:07','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:48:07','2024-05-22 17:48:07','',97,'https://annahills.designsfunnelserver.com/?p=170',0,'revision','',0),(171,1,'2024-05-22 17:48:07','2024-05-22 17:48:07','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:48:07','2024-05-22 17:48:07','',97,'https://annahills.designsfunnelserver.com/?p=171',0,'revision','',0),(172,1,'2024-05-22 17:48:07','2024-05-22 17:48:07','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 17:48:07','2024-05-22 17:48:07','',97,'https://annahills.designsfunnelserver.com/?p=172',0,'revision','',0),(173,1,'2024-05-22 17:48:19','2024-05-22 17:48:19',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:19','2024-05-22 17:48:19','',95,'https://annahills.designsfunnelserver.com/?p=173',0,'revision','',0),(174,1,'2024-05-22 17:48:19','2024-05-22 17:48:19',' \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:19','2024-05-22 17:48:19','',95,'https://annahills.designsfunnelserver.com/?p=174',0,'revision','',0),(175,1,'2024-05-22 17:48:19','2024-05-22 17:48:19',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:19','2024-05-22 17:48:19','',95,'https://annahills.designsfunnelserver.com/?p=175',0,'revision','',0),(176,1,'2024-05-22 17:48:39','2024-05-22 17:48:39',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:39','2024-05-22 17:48:39','',95,'https://annahills.designsfunnelserver.com/?p=176',0,'revision','',0),(177,1,'2024-05-22 17:48:39','2024-05-22 17:48:39',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:39','2024-05-22 17:48:39','',95,'https://annahills.designsfunnelserver.com/?p=177',0,'revision','',0),(178,1,'2024-05-22 17:48:39','2024-05-22 17:48:39',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:39','2024-05-22 17:48:39','',95,'https://annahills.designsfunnelserver.com/?p=178',0,'revision','',0),(179,1,'2024-05-22 17:48:50','2024-05-22 17:48:50',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:50','2024-05-22 17:48:50','',95,'https://annahills.designsfunnelserver.com/?p=179',0,'revision','',0),(180,1,'2024-05-22 17:48:50','2024-05-22 17:48:50',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:50','2024-05-22 17:48:50','',95,'https://annahills.designsfunnelserver.com/?p=180',0,'revision','',0),(181,1,'2024-05-22 17:48:50','2024-05-22 17:48:50',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:48:50','2024-05-22 17:48:50','',95,'https://annahills.designsfunnelserver.com/?p=181',0,'revision','',0),(182,1,'2024-05-22 17:50:41','2024-05-22 17:50:41',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:41','2024-05-22 17:50:41','',95,'https://annahills.designsfunnelserver.com/?p=182',0,'revision','',0),(183,1,'2024-05-22 17:50:41','2024-05-22 17:50:41',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:41','2024-05-22 17:50:41','',95,'https://annahills.designsfunnelserver.com/?p=183',0,'revision','',0),(184,1,'2024-05-22 17:50:42','2024-05-22 17:50:42',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:42','2024-05-22 17:50:42','',95,'https://annahills.designsfunnelserver.com/?p=184',0,'revision','',0),(185,1,'2024-05-22 17:50:53','2024-05-22 17:50:53',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:53','2024-05-22 17:50:53','',95,'https://annahills.designsfunnelserver.com/?p=185',0,'revision','',0),(186,1,'2024-05-22 17:50:53','2024-05-22 17:50:53',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:53','2024-05-22 17:50:53','',95,'https://annahills.designsfunnelserver.com/?p=186',0,'revision','',0),(187,1,'2024-05-22 17:50:53','2024-05-22 17:50:53',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 17:50:53','2024-05-22 17:50:53','',95,'https://annahills.designsfunnelserver.com/?p=187',0,'revision','',0),(188,1,'2024-05-22 19:16:26','2024-05-22 19:16:26','','2_0_70_1dick_macks_pub_dingle_ireland','','inherit','open','closed','','2_0_70_1dick_macks_pub_dingle_ireland','','','2024-05-22 19:16:26','2024-05-22 19:16:26','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/2_0_70_1dick_macks_pub_dingle_ireland.jpg',0,'attachment','image/jpeg',0),(189,1,'2024-05-22 19:16:43','2024-05-22 19:16:43',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:16:43','2024-05-22 19:16:43','',12,'https://annahills.designsfunnelserver.com/?p=189',0,'revision','',0),(190,1,'2024-05-22 19:16:44','2024-05-22 19:16:44',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:16:44','2024-05-22 19:16:44','',12,'https://annahills.designsfunnelserver.com/?p=190',0,'revision','',0),(191,1,'2024-05-22 19:16:44','2024-05-22 19:16:44',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:16:44','2024-05-22 19:16:44','',12,'https://annahills.designsfunnelserver.com/?p=191',0,'revision','',0),(192,1,'2024-05-22 19:21:38','2024-05-22 19:21:38','','Bar_Area_at_...&-','','inherit','open','closed','','bar_area_at_','','','2024-05-22 19:21:38','2024-05-22 19:21:38','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/Bar_Area_at_.-.jpg',0,'attachment','image/jpeg',0),(194,1,'2024-05-22 19:24:20','2024-05-22 19:24:20','','i','','inherit','open','closed','','i','','','2024-05-22 19:24:20','2024-05-22 19:24:20','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/i.webp',0,'attachment','image/webp',0),(195,1,'2024-05-22 19:27:54','2024-05-22 19:27:54','','40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ','','inherit','open','closed','','40051429_4ojhxj0ea66fouuapngcunxfrxffyu8b-dgdtiy-gdq','','','2024-05-22 19:27:54','2024-05-22 19:27:54','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/40051429_4oJHXj0EA66FouUAPnGcunXfRxffyu8b-dgdTIy-gDQ.jpg',0,'attachment','image/jpeg',0),(196,1,'2024-05-22 19:29:20','2024-05-22 19:29:20','','iStock-649668978','','inherit','open','closed','','istock-649668978','','','2024-05-22 19:29:20','2024-05-22 19:29:20','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/iStock-649668978.jpg',0,'attachment','image/jpeg',0),(197,1,'2024-05-22 19:31:26','2024-05-22 19:31:26','','d18046dfe17a43b9a6370168852a7fe5','','inherit','open','closed','','d18046dfe17a43b9a6370168852a7fe5','','','2024-05-22 19:31:26','2024-05-22 19:31:26','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/d18046dfe17a43b9a6370168852a7fe5.jpg',0,'attachment','image/jpeg',0),(198,1,'2024-05-22 19:33:10','2024-05-22 19:33:10','','30258560052125366_3068','','inherit','open','closed','','30258560052125366_3068','','','2024-05-22 19:33:10','2024-05-22 19:33:10','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/30258560052125366_3068.jpg',0,'attachment','image/jpeg',0),(199,1,'2024-05-22 19:36:17','2024-05-22 19:36:17','','image (3)','','inherit','open','closed','','image-3','','','2024-05-22 19:36:17','2024-05-22 19:36:17','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/image-3.jpg',0,'attachment','image/jpeg',0),(200,1,'2024-05-22 19:36:21','2024-05-22 19:36:21','','4834863','','inherit','open','closed','','4834863','','','2024-05-22 19:36:21','2024-05-22 19:36:21','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/4834863.jpg',0,'attachment','image/jpeg',0),(201,1,'2024-05-22 19:37:24','2024-05-22 19:37:24','','The-Long-Hall_Gareth-Byrne_2018_DSC05337','','inherit','open','closed','','the-long-hall_gareth-byrne_2018_dsc05337','','','2024-05-22 19:37:24','2024-05-22 19:37:24','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/The-Long-Hall_Gareth-Byrne_2018_DSC05337.jpg',0,'attachment','image/jpeg',0),(202,1,'2024-05-22 19:37:27','2024-05-22 19:37:27','','8975266.0','','inherit','open','closed','','8975266-0','','','2024-05-22 19:37:27','2024-05-22 19:37:27','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/8975266.0.jpg',0,'attachment','image/jpeg',0),(203,1,'2024-05-22 19:38:14','2024-05-22 19:38:14','','fa1323ea22aa526517cedeb628200544','','inherit','open','closed','','fa1323ea22aa526517cedeb628200544','','','2024-05-22 19:38:14','2024-05-22 19:38:14','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/fa1323ea22aa526517cedeb628200544.jpg',0,'attachment','image/jpeg',0),(204,1,'2024-05-22 19:38:33','2024-05-22 19:38:33',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:38:33','2024-05-22 19:38:33','',12,'https://annahills.designsfunnelserver.com/?p=204',0,'revision','',0),(205,1,'2024-05-22 19:38:33','2024-05-22 19:38:33',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"in-a-bar.jpg\" \n \"bar-manager-is-making-drinks-at-the-bar.jpg\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"toasting-in-bar-e1633793100370.jpg\"
\"set-of-bar-accessories-e1633793117988.jpg\"
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:38:33','2024-05-22 19:38:33','',12,'https://annahills.designsfunnelserver.com/?p=205',0,'revision','',0),(206,1,'2024-05-22 19:38:33','2024-05-22 19:38:33',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"fa1323ea22aa526517cedeb628200544\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:38:33','2024-05-22 19:38:33','',12,'https://annahills.designsfunnelserver.com/?p=206',0,'revision','',0),(207,1,'2024-05-22 19:39:31','2024-05-22 19:39:31','','144984372274604control','','inherit','open','closed','','144984372274604control','','','2024-05-22 19:39:31','2024-05-22 19:39:31','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/144984372274604control.jpg',0,'attachment','image/jpeg',0),(208,1,'2024-05-22 19:39:49','2024-05-22 19:39:49',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"fa1323ea22aa526517cedeb628200544\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:39:49','2024-05-22 19:39:49','',12,'https://annahills.designsfunnelserver.com/?p=208',0,'revision','',0),(209,1,'2024-05-22 19:39:49','2024-05-22 19:39:49',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"fa1323ea22aa526517cedeb628200544\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:39:49','2024-05-22 19:39:49','',12,'https://annahills.designsfunnelserver.com/?p=209',0,'revision','',0),(210,1,'2024-05-22 19:39:49','2024-05-22 19:39:49',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:39:49','2024-05-22 19:39:49','',12,'https://annahills.designsfunnelserver.com/?p=210',0,'revision','',0),(211,1,'2024-05-22 19:41:22','2024-05-22 19:41:22','','image (4)','','inherit','open','closed','','image-4','','','2024-05-22 19:41:22','2024-05-22 19:41:22','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/image-4.jpg',0,'attachment','image/jpeg',0),(212,1,'2024-05-22 19:41:53','2024-05-22 19:41:53','','Gilley_s.0.0.0','','inherit','open','closed','','gilley_s-0-0-0','','','2024-05-22 19:41:53','2024-05-22 19:41:53','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/Gilley_s.0.0.0.jpg',0,'attachment','image/jpeg',0),(213,1,'2024-05-22 19:42:17','2024-05-22 19:42:17',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:42:17','2024-05-22 19:42:17','',12,'https://annahills.designsfunnelserver.com/?p=213',0,'revision','',0),(214,1,'2024-05-22 19:42:17','2024-05-22 19:42:17',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:42:17','2024-05-22 19:42:17','',12,'https://annahills.designsfunnelserver.com/?p=214',0,'revision','',0),(215,1,'2024-05-22 19:42:18','2024-05-22 19:42:18',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:42:18','2024-05-22 19:42:18','',12,'https://annahills.designsfunnelserver.com/?p=215',0,'revision','',0),(216,1,'2024-05-22 19:42:49','2024-05-22 19:42:49','https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-image_2024_05_22T16_56_53_274Z222.png','cropped-image_2024_05_22T16_56_53_274Z222.png','','inherit','open','closed','','cropped-image_2024_05_22t16_56_53_274z222-png','','','2024-05-22 19:42:49','2024-05-22 19:42:49','',145,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-image_2024_05_22T16_56_53_274Z222.png',0,'attachment','image/png',0),(218,1,'2024-05-22 19:48:54','2024-05-22 19:48:54','','WILD HOGS','\"Wild Hogs\"\n(L-R) M.C. Gainey, Kevin Durand, Ray Liotta\n\n©Touchstone Pictures. All rights reserved.','inherit','open','closed','','wild-hogs','','','2024-05-22 19:48:58','2024-05-22 19:48:58','',12,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/MV5BMjY4MjI1MjA3NF5BMl5BanBnXkFtZTcwMjAwMzUzMw@@.jpg',0,'attachment','image/jpeg',0),(219,1,'2024-05-22 19:49:05','2024-05-22 19:49:05',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:49:05','2024-05-22 19:49:05','',12,'https://annahills.designsfunnelserver.com/?p=219',0,'revision','',0),(220,1,'2024-05-22 19:49:05','2024-05-22 19:49:05',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:49:05','2024-05-22 19:49:05','',12,'https://annahills.designsfunnelserver.com/?p=220',0,'revision','',0),(221,1,'2024-05-22 19:49:06','2024-05-22 19:49:06',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:49:06','2024-05-22 19:49:06','',12,'https://annahills.designsfunnelserver.com/?p=221',0,'revision','',0),(222,1,'2024-05-22 19:50:24','2024-05-22 19:50:24','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','NEVER MESS WITH PUB AND BAR HERE\'S THE REASONS WHY','','publish','open','open','','never-mess-with-pub-and-bar-heres-the-reasons-why','','','2024-05-22 19:50:24','2024-05-22 19:50:24','',0,'https://annahills.designsfunnelserver.com/?p=222',0,'post','',0),(223,1,'2024-05-22 19:50:57','2024-05-22 19:50:57','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','THE TRUTH ABOUT PUB AND BAR IS ABOUT TO BE REVEALED','','publish','open','open','','the-truth-about-pub-and-bar-is-about-to-be-revealed','','','2024-05-22 19:50:57','2024-05-22 19:50:57','',0,'https://annahills.designsfunnelserver.com/?p=223',0,'post','',0),(224,1,'2024-05-22 19:51:49','2024-05-22 19:51:49','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','TEN FACTS THAT NOBODY TOLD YOU ABOUT PUB AND BAR','','publish','open','open','','ten-facts-that-nobody-told-you-about-pub-and-bar','','','2024-05-22 19:51:49','2024-05-22 19:51:49','',0,'https://annahills.designsfunnelserver.com/?p=224',0,'post','',0),(225,1,'2024-05-22 19:50:17','2024-05-22 19:50:17','','handsome-bartender-serving-cocktail-to-beautiful-woman-800x534','','inherit','open','closed','','handsome-bartender-serving-cocktail-to-beautiful-woman-800x534','','','2024-05-22 19:50:17','2024-05-22 19:50:17','',222,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/handsome-bartender-serving-cocktail-to-beautiful-woman-800x534-1.jpg',0,'attachment','image/jpeg',0),(226,1,'2024-05-22 19:50:24','2024-05-22 19:50:24','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','NEVER MESS WITH PUB AND BAR HERE\'S THE REASONS WHY','','inherit','closed','closed','','222-revision-v1','','','2024-05-22 19:50:24','2024-05-22 19:50:24','',222,'https://annahills.designsfunnelserver.com/?p=226',0,'revision','',0),(227,1,'2024-05-22 19:50:52','2024-05-22 19:50:52','','cheering-sports-fan-in-pub-800x534','','inherit','open','closed','','cheering-sports-fan-in-pub-800x534','','','2024-05-22 19:50:52','2024-05-22 19:50:52','',223,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cheering-sports-fan-in-pub-800x534-1.jpg',0,'attachment','image/jpeg',0),(228,1,'2024-05-22 19:50:57','2024-05-22 19:50:57','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','THE TRUTH ABOUT PUB AND BAR IS ABOUT TO BE REVEALED','','inherit','closed','closed','','223-revision-v1','','','2024-05-22 19:50:57','2024-05-22 19:50:57','',223,'https://annahills.designsfunnelserver.com/?p=228',0,'revision','',0),(229,1,'2024-05-22 19:51:33','2024-05-22 19:51:33','','meeting-with-friends-in-the-pub-800x534','','inherit','open','closed','','meeting-with-friends-in-the-pub-800x534','','','2024-05-22 19:51:33','2024-05-22 19:51:33','',224,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/meeting-with-friends-in-the-pub-800x534-1.jpg',0,'attachment','image/jpeg',0),(230,1,'2024-05-22 19:51:49','2024-05-22 19:51:49','\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. 

\n\n\n\n

Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. 

\n','TEN FACTS THAT NOBODY TOLD YOU ABOUT PUB AND BAR','','inherit','closed','closed','','224-revision-v1','','','2024-05-22 19:51:49','2024-05-22 19:51:49','',224,'https://annahills.designsfunnelserver.com/?p=230',0,'revision','',0),(231,1,'2024-05-22 19:56:40','2024-05-22 19:56:40',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:56:40','2024-05-22 19:56:40','',12,'https://annahills.designsfunnelserver.com/?p=231',0,'revision','',0),(232,1,'2024-05-22 19:56:41','2024-05-22 19:56:41',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book a Table\n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n No Content Available','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:56:41','2024-05-22 19:56:41','',12,'https://annahills.designsfunnelserver.com/?p=232',0,'revision','',0),(233,1,'2024-05-22 19:56:41','2024-05-22 19:56:41',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 19:56:41','2024-05-22 19:56:41','',12,'https://annahills.designsfunnelserver.com/?p=233',0,'revision','',0),(235,1,'2024-05-22 20:02:01','2024-05-22 20:02:01',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:02:01','2024-05-22 20:02:01','',12,'https://annahills.designsfunnelserver.com/?p=235',0,'revision','',0),(236,1,'2024-05-22 20:02:02','2024-05-22 20:02:02',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Beer and Wine

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Top Shelf Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Exclusive Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Whiskey Scotch

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:02:02','2024-05-22 20:02:02','',12,'https://annahills.designsfunnelserver.com/?p=236',0,'revision','',0),(237,1,'2024-05-22 20:02:02','2024-05-22 20:02:02',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:02:02','2024-05-22 20:02:02','',12,'https://annahills.designsfunnelserver.com/?p=237',0,'revision','',0),(238,1,'2024-05-22 20:02:23','2024-05-22 20:02:23','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:02:23','2024-05-22 20:02:23','',97,'https://annahills.designsfunnelserver.com/?p=238',0,'revision','',0),(239,1,'2024-05-22 20:02:23','2024-05-22 20:02:23','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book a Table\n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:02:23','2024-05-22 20:02:23','',97,'https://annahills.designsfunnelserver.com/?p=239',0,'revision','',0); INSERT INTO `anna_posts` VALUES (240,1,'2024-05-22 20:02:23','2024-05-22 20:02:23','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:02:23','2024-05-22 20:02:23','',97,'https://annahills.designsfunnelserver.com/?p=240',0,'revision','',0),(241,1,'2024-05-22 20:04:36','2024-05-22 20:04:36',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:04:36','2024-05-22 20:04:36','',12,'https://annahills.designsfunnelserver.com/?p=241',0,'revision','',0),(242,1,'2024-05-22 20:04:37','2024-05-22 20:04:37',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:04:37','2024-05-22 20:04:37','',12,'https://annahills.designsfunnelserver.com/?p=242',0,'revision','',0),(243,1,'2024-05-22 20:04:37','2024-05-22 20:04:37',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:04:37','2024-05-22 20:04:37','',12,'https://annahills.designsfunnelserver.com/?p=243',0,'revision','',0),(244,1,'2024-05-22 20:06:34','2024-05-22 20:06:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:06:34','2024-05-22 20:06:34','',12,'https://annahills.designsfunnelserver.com/?p=244',0,'revision','',0),(245,1,'2024-05-22 20:06:34','2024-05-22 20:06:34',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:06:34','2024-05-22 20:06:34','',12,'https://annahills.designsfunnelserver.com/?p=245',0,'revision','',0),(246,1,'2024-05-22 20:06:35','2024-05-22 20:06:35',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:06:35','2024-05-22 20:06:35','',12,'https://annahills.designsfunnelserver.com/?p=246',0,'revision','',0),(247,1,'2024-05-22 20:07:50','2024-05-22 20:07:50',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:07:50','2024-05-22 20:07:50','',12,'https://annahills.designsfunnelserver.com/?p=247',0,'revision','',0),(248,1,'2024-05-22 20:07:50','2024-05-22 20:07:50',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:07:50','2024-05-22 20:07:50','',12,'https://annahills.designsfunnelserver.com/?p=248',0,'revision','',0),(249,1,'2024-05-22 20:07:51','2024-05-22 20:07:51',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:07:51','2024-05-22 20:07:51','',12,'https://annahills.designsfunnelserver.com/?p=249',0,'revision','',0),(250,1,'2024-05-22 20:09:03','2024-05-22 20:09:03',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:09:03','2024-05-22 20:09:03','',12,'https://annahills.designsfunnelserver.com/?p=250',0,'revision','',0),(251,1,'2024-05-22 20:09:04','2024-05-22 20:09:04',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:09:04','2024-05-22 20:09:04','',12,'https://annahills.designsfunnelserver.com/?p=251',0,'revision','',0),(252,1,'2024-05-22 20:09:05','2024-05-22 20:09:05',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:09:05','2024-05-22 20:09:05','',12,'https://annahills.designsfunnelserver.com/?p=252',0,'revision','',0),(254,1,'2024-05-22 20:13:50','2024-05-22 20:13:50',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:13:50','2024-05-22 20:13:50','',12,'https://annahills.designsfunnelserver.com/?p=254',0,'revision','',0),(255,1,'2024-05-22 20:13:50','2024-05-22 20:13:50',' \n
    \n
  • \n \n WELCOME TO LA JAVELA\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book A Table\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:13:50','2024-05-22 20:13:50','',12,'https://annahills.designsfunnelserver.com/?p=255',0,'revision','',0),(256,1,'2024-05-22 20:13:51','2024-05-22 20:13:51',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:13:51','2024-05-22 20:13:51','',12,'https://annahills.designsfunnelserver.com/?p=256',0,'revision','',0),(257,1,'2024-05-22 20:15:40','2024-05-22 20:15:40','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:15:40','2024-05-22 20:15:40','',97,'https://annahills.designsfunnelserver.com/?p=257',0,'revision','',0),(258,1,'2024-05-22 20:15:40','2024-05-22 20:15:40','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n Pub & Bar Ana Hills

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:15:40','2024-05-22 20:15:40','',97,'https://annahills.designsfunnelserver.com/?p=258',0,'revision','',0),(259,1,'2024-05-22 20:15:40','2024-05-22 20:15:40','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 20:15:40','2024-05-22 20:15:40','',97,'https://annahills.designsfunnelserver.com/?p=259',0,'revision','',0),(260,1,'2024-05-22 20:19:25','2024-05-22 20:19:25',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:19:25','2024-05-22 20:19:25','',12,'https://annahills.designsfunnelserver.com/?p=260',0,'revision','',0),(261,1,'2024-05-22 20:19:26','2024-05-22 20:19:26',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:19:26','2024-05-22 20:19:26','',12,'https://annahills.designsfunnelserver.com/?p=261',0,'revision','',0),(262,1,'2024-05-22 20:19:26','2024-05-22 20:19:26',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:19:26','2024-05-22 20:19:26','',12,'https://annahills.designsfunnelserver.com/?p=262',0,'revision','',0),(263,1,'2024-05-22 20:22:28','2024-05-22 20:22:28',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:22:28','2024-05-22 20:22:28','',12,'https://annahills.designsfunnelserver.com/?p=263',0,'revision','',0),(264,1,'2024-05-22 20:22:28','2024-05-22 20:22:28',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \"Bar_Area_at_...&-\" \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:22:28','2024-05-22 20:22:28','',12,'https://annahills.designsfunnelserver.com/?p=264',0,'revision','',0),(265,1,'2024-05-22 20:22:29','2024-05-22 20:22:29',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:22:29','2024-05-22 20:22:29','',12,'https://annahills.designsfunnelserver.com/?p=265',0,'revision','',0),(266,1,'2024-05-22 20:22:47','2024-05-22 20:22:47',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:22:47','2024-05-22 20:22:47','',95,'https://annahills.designsfunnelserver.com/?p=266',0,'revision','',0),(267,1,'2024-05-22 20:22:47','2024-05-22 20:22:47',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:22:47','2024-05-22 20:22:47','',95,'https://annahills.designsfunnelserver.com/?p=267',0,'revision','',0),(268,1,'2024-05-22 20:22:47','2024-05-22 20:22:47',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:22:47','2024-05-22 20:22:47','',95,'https://annahills.designsfunnelserver.com/?p=268',0,'revision','',0),(269,1,'2024-05-22 20:23:03','2024-05-22 20:23:03',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:23:03','2024-05-22 20:23:03','',95,'https://annahills.designsfunnelserver.com/?p=269',0,'revision','',0),(270,1,'2024-05-22 20:23:03','2024-05-22 20:23:03',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:23:03','2024-05-22 20:23:03','',95,'https://annahills.designsfunnelserver.com/?p=270',0,'revision','',0),(271,1,'2024-05-22 20:23:03','2024-05-22 20:23:03',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:23:03','2024-05-22 20:23:03','',95,'https://annahills.designsfunnelserver.com/?p=271',0,'revision','',0),(272,1,'2024-05-22 20:24:50','2024-05-22 20:24:50',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:24:50','2024-05-22 20:24:50','',95,'https://annahills.designsfunnelserver.com/?p=272',0,'revision','',0),(273,1,'2024-05-22 20:24:51','2024-05-22 20:24:51',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:24:51','2024-05-22 20:24:51','',95,'https://annahills.designsfunnelserver.com/?p=273',0,'revision','',0),(274,1,'2024-05-22 20:24:51','2024-05-22 20:24:51',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 20:24:51','2024-05-22 20:24:51','',95,'https://annahills.designsfunnelserver.com/?p=274',0,'revision','',0),(275,1,'2024-05-22 20:32:42','2024-05-22 20:32:42',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:32:42','2024-05-22 20:32:42','',12,'https://annahills.designsfunnelserver.com/?p=275',0,'revision','',0),(276,1,'2024-05-22 20:32:42','2024-05-22 20:32:42',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:32:42','2024-05-22 20:32:42','',12,'https://annahills.designsfunnelserver.com/?p=276',0,'revision','',0),(277,1,'2024-05-22 20:32:43','2024-05-22 20:32:43',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:32:43','2024-05-22 20:32:43','',12,'https://annahills.designsfunnelserver.com/?p=277',0,'revision','',0),(278,1,'2024-05-22 20:34:28','2024-05-22 20:34:28',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:34:28','2024-05-22 20:34:28','',12,'https://annahills.designsfunnelserver.com/?p=278',0,'revision','',0); INSERT INTO `anna_posts` VALUES (279,1,'2024-05-22 20:34:28','2024-05-22 20:34:28',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:34:28','2024-05-22 20:34:28','',12,'https://annahills.designsfunnelserver.com/?p=279',0,'revision','',0),(280,1,'2024-05-22 20:34:29','2024-05-22 20:34:29',' \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place\n \n
    \n
  • \n \n WELCOME TO The German Club\n
  • \n
\n

ENJOY THE ATMOSPHERE

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus.

\n \n Contact Us\n \n \n Book Your Place \n \n
    \n
  • \n \n ABOUT US\n
  • \n
\n

WE ARE BEST PUB AND BAR IN TOWN

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.

\n
    \n
  • \n \n Cozy Place\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n
    \n
  • \n \n Pro Bartender\n
  • \n
\n

Lorem ipsum dolor sit amet cons adipiscing elit sed.

\n \n About Us\n \n \""Wild \n \"i\" \n 0\n +\n Years Of Experiences\n 0\n +\n Happy Customer\n 0\n +\n Best Awards\n 0\n +\n Beverage\n 0\n +\n Pro Bartender\n \"\"\n

DELICIOUS FOOD

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

AMAZING INTERIOR

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n \"\"\n

VARIETY OF DRINKS

\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.\n
    \n
  • \n \n OUR SERVICES\n
  • \n
\n

WE PROVIDE BEST SERVICES

\n \n See All Services\n \n

Corporate Events

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Private Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Holiday and Special Occasion Parties

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Food & Beverage

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Non Alcoholic Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n

Full Bar

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

\n Read More\n \n
\"interior-of-traditional-english-pub-with-table-set-for-meal-e1633793128982.jpg\"
\"bartender-works-with-shaker-at-the-bar-counter-e1633793140347.jpg\"
\"8975266.0\"
\"144984372274604control\"
\n
    \n
  • \n \n OUR PLACE\n
  • \n
\n

FEEL OUR ATMOSPHERE AND SIGNATURE

\n Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. \n \n Book Your Place \n \n
    \n
  • \n \n MEET TEAM\n
  • \n
\n

MEET OUR TEAM

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n \"\"\n

Founder

\n

\n
\n

ALEX DUNCAN

\n \"\"\n

Bartender

\n

\n
\n

QUEENZA CHLOE

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n \"\"\n

Bartender

\n

\n
\n

FRANK GORDON

\n
    \n
  • \n \n OUR TESTIMONIALS\n
  • \n
\n

WHAT ARE CUSTOMERS SAY

\n \n \"John\n
\n John Doe\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Theo\n
\n Theo Jota\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n \n \"Michael\n
\n Michael West\n

Customer

\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis.

\n
    \n
  • \n \n OUR BLOG\n
  • \n
\n

OUR LATEST BLOG & ARTICLES

\n

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

\n ','Home','','inherit','closed','closed','','12-revision-v1','','','2024-05-22 20:34:29','2024-05-22 20:34:29','',12,'https://annahills.designsfunnelserver.com/?p=280',0,'revision','',0),(281,1,'2024-05-22 21:44:24','2024-05-22 21:44:24','','gg','','inherit','open','closed','','gg','','','2024-05-22 21:44:24','2024-05-22 21:44:24','',95,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/gg.png',0,'attachment','image/png',0),(282,1,'2024-05-22 21:44:31','2024-05-22 21:44:31',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:44:31','2024-05-22 21:44:31','',95,'https://annahills.designsfunnelserver.com/?p=282',0,'revision','',0),(283,1,'2024-05-22 21:44:31','2024-05-22 21:44:31',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:44:31','2024-05-22 21:44:31','',95,'https://annahills.designsfunnelserver.com/?p=283',0,'revision','',0),(284,1,'2024-05-22 21:44:32','2024-05-22 21:44:32',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:44:32','2024-05-22 21:44:32','',95,'https://annahills.designsfunnelserver.com/?p=284',0,'revision','',0),(285,1,'2024-05-22 21:45:20','2024-05-22 21:45:20',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:45:20','2024-05-22 21:45:20','',95,'https://annahills.designsfunnelserver.com/?p=285',0,'revision','',0),(286,1,'2024-05-22 21:45:20','2024-05-22 21:45:20',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:45:20','2024-05-22 21:45:20','',95,'https://annahills.designsfunnelserver.com/?p=286',0,'revision','',0),(287,1,'2024-05-22 21:45:21','2024-05-22 21:45:21',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:45:21','2024-05-22 21:45:21','',95,'https://annahills.designsfunnelserver.com/?p=287',0,'revision','',0),(288,1,'2024-05-22 21:50:32','2024-05-22 21:50:32',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:50:32','2024-05-22 21:50:32','',95,'https://annahills.designsfunnelserver.com/?p=288',0,'revision','',0),(289,1,'2024-05-22 21:50:32','2024-05-22 21:50:32',' \n \"\" \n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:50:32','2024-05-22 21:50:32','',95,'https://annahills.designsfunnelserver.com/?p=289',0,'revision','',0),(290,1,'2024-05-22 21:50:33','2024-05-22 21:50:33',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:50:33','2024-05-22 21:50:33','',95,'https://annahills.designsfunnelserver.com/?p=290',0,'revision','',0),(291,1,'2024-05-22 21:51:04','2024-05-22 21:51:04',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:04','2024-05-22 21:51:04','',95,'https://annahills.designsfunnelserver.com/?p=291',0,'revision','',0),(292,1,'2024-05-22 21:51:04','2024-05-22 21:51:04',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:04','2024-05-22 21:51:04','',95,'https://annahills.designsfunnelserver.com/?p=292',0,'revision','',0),(293,1,'2024-05-22 21:51:04','2024-05-22 21:51:04',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:04','2024-05-22 21:51:04','',95,'https://annahills.designsfunnelserver.com/?p=293',0,'revision','',0),(294,1,'2024-05-22 21:51:48','2024-05-22 21:51:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:48','2024-05-22 21:51:48','',95,'https://annahills.designsfunnelserver.com/?p=294',0,'revision','',0),(295,1,'2024-05-22 21:51:48','2024-05-22 21:51:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:48','2024-05-22 21:51:48','',95,'https://annahills.designsfunnelserver.com/?p=295',0,'revision','',0),(296,1,'2024-05-22 21:51:48','2024-05-22 21:51:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:51:48','2024-05-22 21:51:48','',95,'https://annahills.designsfunnelserver.com/?p=296',0,'revision','',0),(297,1,'2024-05-22 21:52:08','2024-05-22 21:52:08',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:08','2024-05-22 21:52:08','',95,'https://annahills.designsfunnelserver.com/?p=297',0,'revision','',0),(298,1,'2024-05-22 21:52:08','2024-05-22 21:52:08',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:08','2024-05-22 21:52:08','',95,'https://annahills.designsfunnelserver.com/?p=298',0,'revision','',0),(299,1,'2024-05-22 21:52:08','2024-05-22 21:52:08',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:08','2024-05-22 21:52:08','',95,'https://annahills.designsfunnelserver.com/?p=299',0,'revision','',0),(300,1,'2024-05-22 21:52:23','2024-05-22 21:52:23',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:23','2024-05-22 21:52:23','',95,'https://annahills.designsfunnelserver.com/?p=300',0,'revision','',0),(301,1,'2024-05-22 21:52:23','2024-05-22 21:52:23',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:23','2024-05-22 21:52:23','',95,'https://annahills.designsfunnelserver.com/?p=301',0,'revision','',0),(302,1,'2024-05-22 21:52:23','2024-05-22 21:52:23',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:23','2024-05-22 21:52:23','',95,'https://annahills.designsfunnelserver.com/?p=302',0,'revision','',0),(303,1,'2024-05-22 21:52:48','2024-05-22 21:52:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:48','2024-05-22 21:52:48','',95,'https://annahills.designsfunnelserver.com/?p=303',0,'revision','',0),(304,1,'2024-05-22 21:52:48','2024-05-22 21:52:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:48','2024-05-22 21:52:48','',95,'https://annahills.designsfunnelserver.com/?p=304',0,'revision','',0),(305,1,'2024-05-22 21:52:48','2024-05-22 21:52:48',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:52:48','2024-05-22 21:52:48','',95,'https://annahills.designsfunnelserver.com/?p=305',0,'revision','',0),(306,1,'2024-05-22 21:53:31','2024-05-22 21:53:31',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:31','2024-05-22 21:53:31','',95,'https://annahills.designsfunnelserver.com/?p=306',0,'revision','',0),(307,1,'2024-05-22 21:53:31','2024-05-22 21:53:31',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:31','2024-05-22 21:53:31','',95,'https://annahills.designsfunnelserver.com/?p=307',0,'revision','',0),(308,1,'2024-05-22 21:53:31','2024-05-22 21:53:31',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:31','2024-05-22 21:53:31','',95,'https://annahills.designsfunnelserver.com/?p=308',0,'revision','',0),(309,1,'2024-05-22 21:53:41','2024-05-22 21:53:41',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:41','2024-05-22 21:53:41','',95,'https://annahills.designsfunnelserver.com/?p=309',0,'revision','',0),(310,1,'2024-05-22 21:53:41','2024-05-22 21:53:41',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:41','2024-05-22 21:53:41','',95,'https://annahills.designsfunnelserver.com/?p=310',0,'revision','',0),(311,1,'2024-05-22 21:53:41','2024-05-22 21:53:41',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:41','2024-05-22 21:53:41','',95,'https://annahills.designsfunnelserver.com/?p=311',0,'revision','',0),(312,1,'2024-05-22 21:53:53','2024-05-22 21:53:53',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:53','2024-05-22 21:53:53','',95,'https://annahills.designsfunnelserver.com/?p=312',0,'revision','',0),(313,1,'2024-05-22 21:53:53','2024-05-22 21:53:53',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:53','2024-05-22 21:53:53','',95,'https://annahills.designsfunnelserver.com/?p=313',0,'revision','',0),(314,1,'2024-05-22 21:53:53','2024-05-22 21:53:53',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:53:53','2024-05-22 21:53:53','',95,'https://annahills.designsfunnelserver.com/?p=314',0,'revision','',0),(315,1,'2024-05-22 21:55:18','2024-05-22 21:55:18',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:18','2024-05-22 21:55:18','',95,'https://annahills.designsfunnelserver.com/?p=315',0,'revision','',0),(316,1,'2024-05-22 21:55:18','2024-05-22 21:55:18',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:18','2024-05-22 21:55:18','',95,'https://annahills.designsfunnelserver.com/?p=316',0,'revision','',0),(317,1,'2024-05-22 21:55:18','2024-05-22 21:55:18',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:18','2024-05-22 21:55:18','',95,'https://annahills.designsfunnelserver.com/?p=317',0,'revision','',0),(318,1,'2024-05-22 21:55:40','2024-05-22 21:55:40',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:40','2024-05-22 21:55:40','',95,'https://annahills.designsfunnelserver.com/?p=318',0,'revision','',0),(319,1,'2024-05-22 21:55:40','2024-05-22 21:55:40',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:40','2024-05-22 21:55:40','',95,'https://annahills.designsfunnelserver.com/?p=319',0,'revision','',0),(320,1,'2024-05-22 21:55:40','2024-05-22 21:55:40',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:55:40','2024-05-22 21:55:40','',95,'https://annahills.designsfunnelserver.com/?p=320',0,'revision','',0),(321,1,'2024-05-22 21:56:20','2024-05-22 21:56:20',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:20','2024-05-22 21:56:20','',95,'https://annahills.designsfunnelserver.com/?p=321',0,'revision','',0),(322,1,'2024-05-22 21:56:20','2024-05-22 21:56:20',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:20','2024-05-22 21:56:20','',95,'https://annahills.designsfunnelserver.com/?p=322',0,'revision','',0),(323,1,'2024-05-22 21:56:20','2024-05-22 21:56:20',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:20','2024-05-22 21:56:20','',95,'https://annahills.designsfunnelserver.com/?p=323',0,'revision','',0),(324,1,'2024-05-22 21:56:51','2024-05-22 21:56:51',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:51','2024-05-22 21:56:51','',95,'https://annahills.designsfunnelserver.com/?p=324',0,'revision','',0),(325,1,'2024-05-22 21:56:51','2024-05-22 21:56:51',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:51','2024-05-22 21:56:51','',95,'https://annahills.designsfunnelserver.com/?p=325',0,'revision','',0),(326,1,'2024-05-22 21:56:51','2024-05-22 21:56:51',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:56:51','2024-05-22 21:56:51','',95,'https://annahills.designsfunnelserver.com/?p=326',0,'revision','',0),(327,1,'2024-05-22 21:57:21','2024-05-22 21:57:21',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:21','2024-05-22 21:57:21','',95,'https://annahills.designsfunnelserver.com/?p=327',0,'revision','',0),(328,1,'2024-05-22 21:57:21','2024-05-22 21:57:21',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:21','2024-05-22 21:57:21','',95,'https://annahills.designsfunnelserver.com/?p=328',0,'revision','',0),(329,1,'2024-05-22 21:57:21','2024-05-22 21:57:21',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:21','2024-05-22 21:57:21','',95,'https://annahills.designsfunnelserver.com/?p=329',0,'revision','',0),(330,1,'2024-05-22 21:57:35','2024-05-22 21:57:35',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:35','2024-05-22 21:57:35','',95,'https://annahills.designsfunnelserver.com/?p=330',0,'revision','',0),(331,1,'2024-05-22 21:57:35','2024-05-22 21:57:35',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:35','2024-05-22 21:57:35','',95,'https://annahills.designsfunnelserver.com/?p=331',0,'revision','',0),(332,1,'2024-05-22 21:57:36','2024-05-22 21:57:36',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 21:57:36','2024-05-22 21:57:36','',95,'https://annahills.designsfunnelserver.com/?p=332',0,'revision','',0),(333,1,'2024-05-22 21:58:43','2024-05-22 21:58:43','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:58:43','2024-05-22 21:58:43','',97,'https://annahills.designsfunnelserver.com/?p=333',0,'revision','',0),(334,1,'2024-05-22 21:58:44','2024-05-22 21:58:44','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:58:44','2024-05-22 21:58:44','',97,'https://annahills.designsfunnelserver.com/?p=334',0,'revision','',0),(335,1,'2024-05-22 21:58:44','2024-05-22 21:58:44','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:58:44','2024-05-22 21:58:44','',97,'https://annahills.designsfunnelserver.com/?p=335',0,'revision','',0),(336,1,'2024-05-22 21:59:47','2024-05-22 21:59:47','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:59:47','2024-05-22 21:59:47','',97,'https://annahills.designsfunnelserver.com/?p=336',0,'revision','',0),(337,1,'2024-05-22 21:59:47','2024-05-22 21:59:47','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:59:47','2024-05-22 21:59:47','',97,'https://annahills.designsfunnelserver.com/?p=337',0,'revision','',0),(338,1,'2024-05-22 21:59:47','2024-05-22 21:59:47','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Contact Us\n
  • \n
  • \n Events\n
  • \n
  • \n Blog\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 21:59:47','2024-05-22 21:59:47','',97,'https://annahills.designsfunnelserver.com/?p=338',0,'revision','',0),(339,1,'2024-05-22 22:00:55','2024-05-22 22:00:55',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:00:55','2024-05-22 22:00:55','',95,'https://annahills.designsfunnelserver.com/?p=339',0,'revision','',0),(340,1,'2024-05-22 22:00:55','2024-05-22 22:00:55',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:00:55','2024-05-22 22:00:55','',95,'https://annahills.designsfunnelserver.com/?p=340',0,'revision','',0),(341,1,'2024-05-22 22:00:55','2024-05-22 22:00:55',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:00:55','2024-05-22 22:00:55','',95,'https://annahills.designsfunnelserver.com/?p=341',0,'revision','',0),(342,1,'2024-05-22 22:01:34','2024-05-22 22:01:34',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:01:34','2024-05-22 22:01:34','',95,'https://annahills.designsfunnelserver.com/?p=342',0,'revision','',0),(343,1,'2024-05-22 22:01:34','2024-05-22 22:01:34',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:01:34','2024-05-22 22:01:34','',95,'https://annahills.designsfunnelserver.com/?p=343',0,'revision','',0),(344,1,'2024-05-22 22:01:34','2024-05-22 22:01:34',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:01:34','2024-05-22 22:01:34','',95,'https://annahills.designsfunnelserver.com/?p=344',0,'revision','',0),(345,1,'2024-05-22 22:02:14','2024-05-22 22:02:14',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:02:14','2024-05-22 22:02:14','',95,'https://annahills.designsfunnelserver.com/?p=345',0,'revision','',0),(346,1,'2024-05-22 22:02:15','2024-05-22 22:02:15',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:02:15','2024-05-22 22:02:15','',95,'https://annahills.designsfunnelserver.com/?p=346',0,'revision','',0),(347,1,'2024-05-22 22:02:15','2024-05-22 22:02:15',' \n \"\" \n

THE GERMAN CLUB

\n \n \n \n \n \n
\n \n \n
\n
    \n
  • \n \n 505 555 5555\n
  • \n
','header','','inherit','closed','closed','','95-revision-v1','','','2024-05-22 22:02:15','2024-05-22 22:02:15','',95,'https://annahills.designsfunnelserver.com/?p=347',0,'revision','',0),(349,1,'2024-05-22 22:18:03','2024-05-22 22:18:03','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Contact Us\n
  • \n
  • \n Events\n
  • \n
  • \n Blog\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 22:18:03','2024-05-22 22:18:03','',97,'https://annahills.designsfunnelserver.com/?p=349',0,'revision','',0),(350,1,'2024-05-22 22:18:03','2024-05-22 22:18:03','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Pricing\n
  • \n
  • \n Contact\n
  • \n
\n Useful Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Contact Us\n
  • \n
  • \n Events\n
  • \n
  • \n Blog\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 22:18:03','2024-05-22 22:18:03','',97,'https://annahills.designsfunnelserver.com/?p=350',0,'revision','',0),(351,1,'2024-05-22 22:18:04','2024-05-22 22:18:04','
    \n
  • \n \n OUR NEWLETTER\n
  • \n
\n

GET THE UPDATED NEWS

\n
\n \n \n
\n \n \"\" \n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec mattis.

\n \n \n Jki-facebook-light\n \n \n X-twitter\n \n \n Instagram\n \n \n Youtube\n \n Quick Links \n
    \n
  • \n Home\n
  • \n
  • \n About Us\n
  • \n
  • \n Services\n
  • \n
  • \n Contact Us\n
  • \n
  • \n Events\n
  • \n
  • \n Blog\n
  • \n
\n Useful Links \n
    \n
  • \n Privacy Policy\n
  • \n
  • \n Terms and Conditions\n
  • \n
  • \n Disclaimer\n
  • \n
  • \n Support\n
  • \n
  • \n FAQ\n
  • \n
\n Work Hours \n
    \n
  • \n 9 PM - 5 AM, Sunday - Saturday\n
  • \n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.

\n \n Book Your Place \n \n The German\nClub\n

Copyright © 2024. All rights reserved.

','footer','','inherit','closed','closed','','97-revision-v1','','','2024-05-22 22:18:04','2024-05-22 22:18:04','',97,'https://annahills.designsfunnelserver.com/?p=351',0,'revision','',0),(352,1,'2024-05-22 22:27:20','2024-05-22 22:27:20','https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-gg.png','cropped-gg.png','','inherit','open','closed','','cropped-gg-png','','','2024-05-22 22:27:20','2024-05-22 22:27:20','',281,'https://annahills.designsfunnelserver.com/wp-content/uploads/2024/05/cropped-gg.png',0,'attachment','image/png',0); /*!40000 ALTER TABLE `anna_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_term_relationships` -- DROP TABLE IF EXISTS `anna_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_term_relationships` -- LOCK TABLES `anna_term_relationships` WRITE; /*!40000 ALTER TABLE `anna_term_relationships` DISABLE KEYS */; INSERT INTO `anna_term_relationships` VALUES (8,2,0),(16,3,0),(31,3,0),(36,4,0),(39,4,0),(44,3,0),(55,3,0),(58,3,0),(60,3,0),(63,4,0),(65,4,0),(67,4,0),(87,4,0),(90,4,0),(92,3,0),(107,5,0),(108,5,0),(109,5,0),(110,5,0),(111,5,0),(112,5,0),(222,1,0),(223,1,0),(224,1,0); /*!40000 ALTER TABLE `anna_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_term_taxonomy` -- DROP TABLE IF EXISTS `anna_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_term_taxonomy` -- LOCK TABLES `anna_term_taxonomy` WRITE; /*!40000 ALTER TABLE `anna_term_taxonomy` DISABLE KEYS */; INSERT INTO `anna_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'wp_theme','',0,1),(3,3,'elementor_library_type','',0,7),(4,4,'elementor_library_type','',0,7),(5,5,'nav_menu','',0,6); /*!40000 ALTER TABLE `anna_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_termmeta` -- DROP TABLE IF EXISTS `anna_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_termmeta` -- LOCK TABLES `anna_termmeta` WRITE; /*!40000 ALTER TABLE `anna_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `anna_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_terms` -- DROP TABLE IF EXISTS `anna_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_terms` -- LOCK TABLES `anna_terms` WRITE; /*!40000 ALTER TABLE `anna_terms` DISABLE KEYS */; INSERT INTO `anna_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'twentytwentyfour','twentytwentyfour',0),(3,'section','section',0),(4,'page','page',0),(5,'main menu','main-menu',0); /*!40000 ALTER TABLE `anna_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_usermeta` -- DROP TABLE IF EXISTS `anna_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_usermeta` -- LOCK TABLES `anna_usermeta` WRITE; /*!40000 ALTER TABLE `anna_usermeta` DISABLE KEYS */; INSERT INTO `anna_usermeta` VALUES (1,1,'nickname','designsfunnel'),(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,'anna_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'anna_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'anna_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"92.119.177.0\";}'),(19,1,'session_tokens','a:1:{s:64:\"6dbd6dc4d76ae2fe8cd2b6daa83570a4fcdec851adb9d3d494a9a58327a61e80\";a:4:{s:10:\"expiration\";i:1716568875;s:2:\"ip\";s:13:\"92.119.177.22\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";s:5:\"login\";i:1716396075;}}'),(20,1,'anna_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-05-22T19:51:28.935Z\";s:4:\"core\";a:1:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";}}}'),(21,1,'hfe-popup','dismissed'),(22,1,'header-footer-elementor-rating','delayed-notice'),(23,1,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:36:\"ai_promotion_introduction_media-edit\";b:1;}'),(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}'),(26,1,'anna_user-settings','editor=html&libraryContent=browse'),(27,1,'anna_user-settings-time','1716410419'),(28,2,'anna_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(29,2,'anna_user_level','10'),(30,3,'anna_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(31,3,'anna_user_level','10'),(32,1,'nav_menu_recently_edited','5'); /*!40000 ALTER TABLE `anna_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `anna_users` -- DROP TABLE IF EXISTS `anna_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `anna_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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `anna_users` -- LOCK TABLES `anna_users` WRITE; /*!40000 ALTER TABLE `anna_users` DISABLE KEYS */; INSERT INTO `anna_users` VALUES (1,'designsfunnel','$P$BVOBZqZQRNfhiny1mIHJZIyt8QJYKc/','designsfunnel','designsfunnel@gmail.com','https://annahills.designsfunnelserver.com','2024-05-22 16:37:13','',0,'designsfunnel'),(2,'deleted-4bkfIWNR','53422a53373f1e1f1b961e5c0eba7284','deleted-4bkfIWNR','','','1979-01-01 00:00:00','',0,'deleted-4bkfIWNR'),(3,'wp_update-1716411560','ddd474ac55b7175e7b46c4f2f72a5e17','wp_update-1716411560','','','1979-01-01 00:00:00','',0,'wp_update-1716411560'); /*!40000 ALTER TABLE `anna_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 2025-06-18 21:48:16